Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
|
|
@ -0,0 +1,11 @@
|
|||
BEGIN
|
||||
INTEGER i,j;
|
||||
SWITCH target:=L1,L2,L3;
|
||||
i:=1; j:=2;
|
||||
OutText("::");
|
||||
GOTO target(j);
|
||||
L1: OutText("AA");
|
||||
L2: OutText("BB");
|
||||
L3: OutText("CC");
|
||||
OutImage
|
||||
END
|
||||
Loading…
Add table
Add a link
Reference in a new issue