Due to an 8 character identifiers limitation calls in EM
authorkeie <none@none>
Mon, 21 Jan 1985 14:51:29 +0000 (14:51 +0000)
committerkeie <none@none>
Mon, 21 Jan 1985 14:51:29 +0000 (14:51 +0000)
the identifier "randomize" was changed into "randomi".

lang/basic/src.old/basic.lex

index e6cfe67..46d0b96 100644 (file)
@@ -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,