6 lines
73 B
Plaintext
6 lines
73 B
Plaintext
FUNC VOID main() {
|
|
PRINT "Toto"
|
|
WHILE 1 DO { INT x
|
|
x := 1 } DONE
|
|
}
|