From: keie Date: Mon, 21 Jan 1985 14:51:29 +0000 (+0000) Subject: Due to an 8 character identifiers limitation calls in EM X-Git-Tag: release-5-5~5743 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=6a21488f0cc335465fb108d7df20071a077fdc53;p=ack.git Due to an 8 character identifiers limitation calls in EM the identifier "randomize" was changed into "randomi". --- diff --git a/lang/basic/src.old/basic.lex b/lang/basic/src.old/basic.lex index e6cfe675a..46d0b96a9 100644 --- a/lang/basic/src.old/basic.lex +++ b/lang/basic/src.old/basic.lex @@ -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,