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