RosettaCodeData/Task/Loops-Break/Amazing-Hopper/loops-break-1.hopper
2023-10-02 18:11:16 -07:00

9 lines
172 B
Text

#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