[script] add 2 new operators
- Str : Int -> works like py's [Int:] - Str - Int -> subtracts x amount of characters from the end of the string
This commit is contained in:
@@ -37,6 +37,7 @@ enum Tokens {
|
||||
RSBracket,
|
||||
AND,
|
||||
OR,
|
||||
Selector,
|
||||
EquationSeperator,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user