Further work on functions

This commit is contained in:
2025-05-23 09:26:58 +10:00
parent fe434787e5
commit 80fe4f0aad
5 changed files with 56 additions and 38 deletions

View File

@@ -6,6 +6,12 @@ Iodine is a programming language with the intention of having the most readable
**Iodine is NOT intended for production use at present.** If you build your mission-critical application with Iodine, good luck. Things are going to break very often.
## Quick start
```bash
bash -c "$(curl -fsSL https://maxwellj.xyz/iodine.sh)"
```
## Compiling Iodine
If you've got [bob](https://git.maxwellj.xyz/max/bob) installed, make use of the supplied Bobfile by running `bob`. Otherwise, run: