mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
15 lines
90 B
Plaintext
15 lines
90 B
Plaintext
put "ONE"
|
|
|
|
on two
|
|
put "TWO"
|
|
end two
|
|
|
|
put "THREE"
|
|
|
|
on four
|
|
put "FOUR"
|
|
end FOUR
|
|
|
|
four
|
|
two
|