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

Bump version, update doc

This commit is contained in:
Étienne Fildadut 2021-12-06 18:48:32 +01:00
parent 04c6683de8
commit 037654ebcf
5 changed files with 36 additions and 25 deletions

View file

@ -903,7 +903,13 @@ This only works on strings:
#### Built-in variables
TODO see stdlib/bootscript.lua
Variables for default types (each is associated to a string of the internal variable type name): `nil`, `number`, `string`, `list`, `pair`, `function reference`.
#### Built-in languages
Anselme provides some scripts that define translated aliases for built-in variables and functions. Currently `enUS` (English) and `frFR` (French) are provided.
See the `stdlib/languages` for details on each language.
API reference
-------------