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

661 B

layout published noToc noComments noDate title subtitle description permalink lang tags
page true true false false Fun - if_else_test.fun — overview Documentation for if_else_test.fun — overview Documentation for if_else_test.fun — overview /documentation/examples/if_else_test/ en
documentation
handbook
installation
usage
introduction
help
guide
howto
docs
specifications
specs
repl

if_else_test.fun — overview

What it shows

  • Control flow with if/else; branching and comparisons.

How to run

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