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