indexing of strings and lists can now be done from outside of expression parser.

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@305 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye
2020-10-23 21:48:06 +00:00
parent 1048e12fc7
commit cc82e17cda
4 changed files with 76 additions and 12 deletions

View File

@@ -595,3 +595,6 @@ StrangeInputMode
StrangeOperator
The expression parser found a non-existing operator.
TriedToIndexNumber
The "index" operator was applied to a number type.