9 lines
241 B
Markdown
9 lines
241 B
Markdown
# inheritance_demo.fun — overview
|
|
|
|
What it shows
|
|
- Simple class inheritance and method overriding examples.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/inheritance_demo.fun
|
|
- Or: fun examples/inheritance_demo.fun
|