From 6a21488f0cc335465fb108d7df20071a077fdc53 Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 21 Jan 1985 14:51:29 +0000 Subject: [PATCH] Due to an 8 character identifiers limitation calls in EM the identifier "randomize" was changed into "randomi". --- lang/basic/src.old/basic.lex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.34.1