24 lines
499 B
Markdown
24 lines
499 B
Markdown
---
|
|
layout: page
|
|
published: true
|
|
noToc: false
|
|
noComments: false
|
|
noDate: false
|
|
title: Fun - version.fun — overview
|
|
subtitle: Documentation for version.fun — overview
|
|
description: Documentation for version.fun — overview
|
|
permalink: /documentation/examples/version/
|
|
lang: en
|
|
tags:
|
|
- example
|
|
- version
|
|
---
|
|
|
|
|
|
What it shows
|
|
- Prints VM and version info for the Fun interpreter/runtime.
|
|
|
|
How to run
|
|
- export FUN_LIB_DIR="./lib"
|
|
- ./build_debug/fun examples/version.fun
|
|
- Or: fun examples/version.fun
|