1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/loops_break_continue.md

605 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true false false false Fun - loops_break_continue.fun — overview Documentation for loops_break_continue.fun — overview Documentation for loops_break_continue.fun — overview /documentation/examples/loops_break_continue/ en
example
loops_break_continue

What it shows

  • Loop control: break and continue; demonstrating control flow within loops.

How to run

  • export FUN_LIB_DIR="./lib"
  • ./build_debug/fun examples/loops_break_continue.fun
  • Or: fun examples/loops_break_continue.fun