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

571 B

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

What it shows

  • Including modules from the standard library path using #include <...>.

How to run

  • export FUN_LIB_DIR="./lib" # ensure stdlib is discoverable
  • ./build_debug/fun examples/include_lib.fun
  • Or: fun examples/include_lib.fun