Bash++
Bash++ compiler internal documentation
bash_function.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2025 Andrew S. Rightenburg
3 * Bash++: Bash with classes
4 * SPDX-License-Identifier: GPL-3.0-or-later
5 */
6
7#pragma once
8
9#include "bpp.h"
10#include "bpp_code_entity.h"
11
12namespace bpp {
13
24
25} // namespace bpp
A normal Bash function.
Definition bash_function.h:23
An entity which can contain code.
Definition bpp_code_entity.h:35
Definition bash_case.cpp:9