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

35 lines
754 B
Markdown

---
layout: page
published: true
noToc: true
noComments: false
noDate: false
title: Fun - class_without_object.fun — overview
subtitle: Documentation for class_without_object.fun — overview
description: Documentation for class_without_object.fun — overview
permalink: /documentation/examples/class_without_object/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# class_without_object.fun — overview
What it shows
- Class features that can be used without creating an instance (static-like usage patterns).
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/class_without_object.fun
- Or: fun examples/class_without_object.fun