1
0
Fork 0
mirror of https://github.com/Reuh/anselme.git synced 2025-10-28 00:59:31 +00:00

🔖 is now a function reference

This commit is contained in:
Étienne Fildadut 2022-01-14 21:40:08 +01:00
parent fd07db83f2
commit 5a61573cdb
5 changed files with 11 additions and 12 deletions

View file

@ -248,7 +248,7 @@ Functions can return a value using a [return line](#lines-that-can-t-have-childr
Functions always have the following variables defined in its namespace by default:
`👁️`: number, number of times the function was executed before
`🔖`: string, name of last reached checkpoint
`🔖`: funcion reference, last reached checkpoint. `nil` if no checkpoint reached.
* `§`: checkpoint. Followed by an [identifier](#identifiers), then eventually an [alias](#aliases). Define a checkpoint. Also define a new namespace for its children.