27 lines
602 B
Markdown
27 lines
602 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - class_test.fun — overview
|
|
subtitle: Documentation for class_test.fun — overview
|
|
description: Documentation for class_test.fun — overview
|
|
permalink: /documentation/examples/class_test/
|
|
lang: en
|
|
tags:
|
|
- class_test
|
|
- example
|
|
---
|
|
|
|
|
|
What it shows
|
|
- Simple class usage and method invocation; small sanity checks around classes.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/class_test.fun
|
|
- Or: fun examples/class_test.fun
|
|
|
|
Notes
|
|
- Open the script to see the exact behavior and outputs.
|