[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:
@@ -39,6 +39,7 @@ lexarTranslation_t lexarTranslations[] = {
|
||||
{'<', Smaller},
|
||||
{'>', Bigger},
|
||||
{'!', Not},
|
||||
{':', Selector},
|
||||
{')', RBracket},
|
||||
{']', RSBracket},
|
||||
{'(', LBracket},
|
||||
|
||||
Reference in New Issue
Block a user