Doc: little changes

This commit is contained in:
2024-06-19 22:51:37 +02:00
parent ec0963e26f
commit a18d92534f
2 changed files with 32 additions and 7 deletions
+7
View File
@@ -726,6 +726,10 @@ In _Expr_ functions compute values in a local context (scope) that do not make e
=== Function definitions
#TODO: function definitions operations#
== Iterators
#TODO: function calls operations#
== Builtins
#TODO: builtins#
@@ -735,4 +739,7 @@ In _Expr_ functions compute values in a local context (scope) that do not make e
[blue]_import([grey]#<source-file>#)_ loads the multi-expression contained in the specified source and returns its value.
== Plugins
#TODO: plugins#