BadScript 2
Loading...
Searching...
No Matches
IBadNamedExpression.cs
Go to the documentation of this file.
2
6public interface IBadNamedExpression
7{
12 string? GetName();
13}
Gets inherited by all Expressions that have a Name(e.g. Variable Definitions, Function Definitions,...
string? GetName()
Returns the Name of the Expression.
Contains the Expressions for the BadScript2 Language.