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

587 B

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

What it shows

  • Class basics and constructor behavior; initializing fields and using methods.

How to run

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