RosettaCodeData/Task/Loops-Break/Amazing-Hopper/loops-break-1.hopper

10 lines
172 B
Text
Raw Permalink Normal View History

2023-10-02 18:11:16 -07:00
#include <jambo.h>
Main
Loop
Break if ' Int rand(20) ---show--- Is equal to (10) '
Printnl ( "--", Int rand(20) )
Back
Print '"\nEnd of Loop\n" '
End