From a18d92534fd624a74d3b368052d1ec20ea471225 Mon Sep 17 00:00:00 2001 From: Celestino Amoroso Date: Wed, 19 Jun 2024 22:51:37 +0200 Subject: [PATCH] Doc: little changes --- doc/Expr.adoc | 7 +++++++ doc/Expr.html | 32 +++++++++++++++++++++++++------- 2 files changed, 32 insertions(+), 7 deletions(-) diff --git a/doc/Expr.adoc b/doc/Expr.adoc index 2db393b..945b3f9 100644 --- a/doc/Expr.adoc +++ b/doc/Expr.adoc @@ -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]##)_ loads the multi-expression contained in the specified source and returns its value. +== Plugins +#TODO: plugins# + diff --git a/doc/Expr.html b/doc/Expr.html index 14167a1..d4988bc 100644 --- a/doc/Expr.html +++ b/doc/Expr.html @@ -577,12 +577,14 @@ pre.rouge .ss {
  • 6.2. Function definitions
  • -
  • 7. Builtins +
  • 7. Iterators
  • +
  • 8. Builtins
  • +
  • 9. Plugins
  • @@ -2057,27 +2059,43 @@ These operators have a high priority, in particular higher than the operator
    -

    7. Builtins

    +

    7. Iterators

    +
    +
    +

    TODO: function calls operations

    +
    +
    +
    +
    +

    8. Builtins

    TODO: builtins

    -

    7.2. import()

    +

    8.2. import()

    import(<source-file>) loads the multi-expression contained in the specified source and returns its value.

    +
    +

    9. Plugins

    +
    +
    +

    TODO: plugins

    +
    +
    +