Blang/test/test.txt

14 lines
137 B
Plaintext
Raw Permalink Normal View History

2016-11-24 12:14:53 +01:00
? -> A
If 3 > A
Then
If A < 5
Then
4 -> A
IfEnd
Locate 3, 3, "Texte"
IfEnd
While A != 3
A + 1 -> A
WhileEnd