diff --git a/doc/Expr.adoc b/doc/Expr.adoc index b8cf7b0..fb3fa9e 100644 --- a/doc/Expr.adoc +++ b/doc/Expr.adoc @@ -40,17 +40,19 @@ Here are some examples of execution. ---- # Assume the expr source directory. Type 'exit' or Ctrl+D to quit the program. -[user]$ tools/expr -- Expressions calculator v1.6.1,2024/05/06 (celestino.amoroso@portale-stac.it) +[user]$ tools/expr -- Expressions calculator v1.7.0,2024/05/08 (celestino.amoroso@portale-stac.it) Type help to get the list of command. See also https://git.portale-stac.it/go-pkg/expr/src/branch/main/README.adoc >>> help --- REPL commands: + base -- Set the integer output base: 2, 8, 10, or 16 + exit -- Exit the program help -- Show command list ml -- Enable/Disable multi-line output mods -- List builtin modules + source -- Load a file as input tty -- Enable/Disable ansi output <1> - exit -- Exit the program --- Command line options: -b Import builtin modules. @@ -62,6 +64,8 @@ Here are some examples of execution. -m, --modules List all builtin modules -p Print prefix form -t Print tree form <2> + +>>> ---- <1> Only available for single fraction values diff --git a/doc/Expr.html b/doc/Expr.html index 5c7d1f1..d770864 100644 --- a/doc/Expr.html +++ b/doc/Expr.html @@ -604,17 +604,19 @@ Here are some examples of execution.

# Assume the expr source directory. Type 'exit' or Ctrl+D to quit the program.
 
-[user]$ tools/expr -- Expressions calculator v1.6.1,2024/05/06 (celestino.amoroso@portale-stac.it)
+[user]$ tools/expr -- Expressions calculator v1.7.0,2024/05/08 (celestino.amoroso@portale-stac.it)
 	Type help to get the list of command.
 	See also https://git.portale-stac.it/go-pkg/expr/src/branch/main/README.adoc
 
 >>> help
 --- REPL commands:
+        base -- Set the integer output base: 2, 8, 10, or 16
+        exit -- Exit the program
         help -- Show command list
           ml -- Enable/Disable multi-line output
         mods -- List builtin modules
+      source -- Load a file as input
          tty -- Enable/Disable ansi output (1)
-        exit -- Exit the program
 
 --- Command line options:
     -b <builtin>       Import builtin modules.
@@ -625,7 +627,9 @@ Here are some examples of execution.

-h, --help, help Show this help menu -m, --modules List all builtin modules -p Print prefix form - -t Print tree form (2)
+ -t Print tree form (2) + +>>>
@@ -1389,7 +1393,7 @@ The value on the left side of = must be an identifier.