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

823 B
Raw Blame History

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

What it shows

  • A tour of core builtins beyond the basics: printing, typing, math helpers, conversions, and utility functions commonly used in small scripts.

How to run

  • From repo root with local build:
    • export FUN_LIB_DIR="./lib"
    • ./build_debug/fun examples/builtins_extended.fun
  • Or, if installed: fun examples/builtins_extended.fun

Notes

  • Exact behavior and outputs are documented inline at the top of the script; open the .fun file for details.