Blang/test/test.txt

14 lines
137 B
Plaintext

? -> A
If 3 > A
Then
If A < 5
Then
4 -> A
IfEnd
Locate 3, 3, "Texte"
IfEnd
While A != 3
A + 1 -> A
WhileEnd