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

738 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true true 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
documentation
handbook
installation
usage
introduction
help
guide
howto
docs
specifications
specs
repl

loops_break_continue.fun — overview

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