24 lines
540 B
Markdown
24 lines
540 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - objects_basic.fun — overview
|
|
subtitle: Documentation for objects_basic.fun — overview
|
|
description: Documentation for objects_basic.fun — overview
|
|
permalink: /documentation/examples/objects_basic/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- objects_basic
|
|
---
|
|
|
|
|
|
What it shows
|
|
- OO basics: defining objects, fields, and invoking methods.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/objects_basic.fun
|
|
- Or: fun examples/objects_basic.fun
|