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

24 lines
559 B
Markdown

---
layout: page
published: true
noToc: false
noComments: false
noDate: false
title: Fun - inheritance_demo.fun — overview
subtitle: Documentation for inheritance_demo.fun — overview
description: Documentation for inheritance_demo.fun — overview
permalink: /documentation/examples/inheritance_demo/
lang: en
tags:
- example
- inheritance_demo
---
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