Due to an 8 character identifiers limitation calls in EM
the identifier "randomize" was changed into "randomi".
This commit is contained in:
parent
374ac8b21c
commit
6a21488f0c
|
@ -101,7 +101,7 @@ Key keywords [] ={
|
||||||
"print", PRINTSYM, 0, 0,
|
"print", PRINTSYM, 0, 0,
|
||||||
"pos", FUNCTION, POSSYM, 0,
|
"pos", FUNCTION, POSSYM, 0,
|
||||||
"put", PUTSYM, 0, 0,
|
"put", PUTSYM, 0, 0,
|
||||||
"randomize", RANDOMIZESYM, 0, 0,
|
"randomi", RANDOMIZESYM, 0, 0,
|
||||||
"read", READSYM, 0, 0,
|
"read", READSYM, 0, 0,
|
||||||
"rem", REMSYM, 0, 0,
|
"rem", REMSYM, 0, 0,
|
||||||
"renum", ILLEGAL, 0, 0,
|
"renum", ILLEGAL, 0, 0,
|
||||||
|
|
Loading…
Reference in a new issue