2026-04-10 23:27:55 +02:00
|
|
|
|
---
|
|
|
|
|
|
layout: page
|
|
|
|
|
|
published: true
|
|
|
|
|
|
noToc: true
|
|
|
|
|
|
noComments: false
|
|
|
|
|
|
noDate: false
|
|
|
|
|
|
title: Fun - builtins_extended.fun — overview
|
|
|
|
|
|
subtitle: Documentation for builtins_extended.fun — overview
|
|
|
|
|
|
description: Documentation for builtins_extended.fun — overview
|
|
|
|
|
|
permalink: /documentation/examples/builtins_extended/
|
|
|
|
|
|
lang: en
|
|
|
|
|
|
tags:
|
|
|
|
|
|
- documentation
|
|
|
|
|
|
- handbook
|
|
|
|
|
|
- installation
|
|
|
|
|
|
- usage
|
|
|
|
|
|
- introduction
|
|
|
|
|
|
- help
|
|
|
|
|
|
- guide
|
|
|
|
|
|
- howto
|
|
|
|
|
|
- docs
|
|
|
|
|
|
- specifications
|
|
|
|
|
|
- specs
|
|
|
|
|
|
- repl
|
|
|
|
|
|
---
|
|
|
|
|
|
|
2026-03-27 23:39:54 +01:00
|
|
|
|
# builtins_extended.fun — overview
|
|
|
|
|
|
|
|
|
|
|
|
What it shows
|
|
|
|
|
|
- A tour of core built‑ins beyond the basics: printing, typing, math helpers, conversions, and utility functions commonly used in small scripts.
|
|
|
|
|
|
|
|
|
|
|
|
How to run
|
|
|
|
|
|
- From repo root with local build:
|
|
|
|
|
|
- export FUN_LIB_DIR="./lib"
|
|
|
|
|
|
- ./build_debug/fun examples/builtins_extended.fun
|
|
|
|
|
|
- Or, if installed: fun examples/builtins_extended.fun
|
|
|
|
|
|
|
|
|
|
|
|
Notes
|
|
|
|
|
|
- Exact behavior and outputs are documented inline at the top of the script; open the .fun file for details.
|