diff options
author | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-15 11:27:52 +0300 |
---|---|---|
committer | Joel Kronqvist <joel.kronqvist@iki.fi> | 2025-08-15 11:27:52 +0300 |
commit | 0ca4c3f103acd9d1ea78bbc42b9b70161a94308d (patch) | |
tree | 7e8144434656f44e2e1f66175bb80ec6364a6ce5 /TUTORIAL.md | |
parent | 322f541d6922422e5a4aa29f50c6534517ee85be (diff) | |
download | myslip-0ca4c3f103acd9d1ea78bbc42b9b70161a94308d.tar.gz myslip-0ca4c3f103acd9d1ea78bbc42b9b70161a94308d.zip |
feat: fixed point dynamics
Diffstat (limited to 'TUTORIAL.md')
-rw-r--r-- | TUTORIAL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TUTORIAL.md b/TUTORIAL.md index 8e5165d..d7bf266 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -199,7 +199,7 @@ For basic lists, the `case`-operator can be used. It's syntax is: ```myslip (case [condition] - ([pattern 1] [value 1]) + ([pattern 1] [value 1]) ([pattern 2] [value 2]) ...) ``` |