BadScript 2
Loading...
Searching...
No Matches
BadNumberExpression.cs
Go to the documentation of this file.
2
4
9{
15 public BadNumberExpression(decimal value, BadSourcePosition position) : base(value, position) { }
16}
Describes a specific position inside a source file.
BadNumberExpression(decimal value, BadSourcePosition position)
Constructor of the Number Expression.
Contains Shared Data Structures and Functionality.
Contains the Constant Expressions for the BadScript2 Language.