Content deleted Content added
m →Example |
m →Example Tags: Reverted 2017 wikitext editor |
||
Line 48:
BEGIN "upper"
STRING tmp;
INTEGER
tmp←NULL;
WHILE LENGTH(rawstring) DO
BEGIN
tmp←tmp&(IF "a" LEQ
END;
RETURN(tmp);
|