Due to an 8 character identifiers limitation calls in EM

the identifier "randomize" was changed into "randomi".
This commit is contained in:
keie 1985-01-21 14:51:29 +00:00
parent 374ac8b21c
commit 6a21488f0c

View file

@ -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,