jw-python/test/grammar/grammartest.code

10 lines
131 B
Text
Raw Normal View History

PROGRAM DEMO1
BEGIN
A:=3;
B:=45;
H:=-100023;
C:=A;
D123:=B34A;
BABOON:=GIRAFFE;
TEXT:="Hello world!";
END.