view src/ploki/examples/goto.pk @ 6214:68c263c53c9a

<boily> ` echo "Nose such file or directory" >wisdom/ENOSTRIL
author HackBot
date Sun, 15 Nov 2015 15:11:45 +0000
parents ac0403686959
children
line wrap: on
line source

#!../ploki
WUNT "1..3
GOTO 0
01 WUNT "ERROR MESSAGE
10 END
10 WUNT "ERROR MESSAGE
WUNT "ok 1
0  GOTO 10
20 WUNT "ok 3
20 GOTO 20
20 GOTO 0
20 WUNT "ERROR MESSAGE
10 WUNT "ok 2
10 GOTO 20
00 GOTO 10