9 lines
265 B
Markdown
9 lines
265 B
Markdown
# class_constructor.fun — overview
|
|
|
|
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
|