aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setvart.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/setvart.boot')
-rw-r--r--src/interp/setvart.boot20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/interp/setvart.boot b/src/interp/setvart.boot
index cfb4252e..27e06408 100644
--- a/src/interp/setvart.boot
+++ b/src/interp/setvart.boot
@@ -1129,6 +1129,7 @@ $setOptions := '(
-- -----------------------------------------------------------------
-- abbreviate abbreviate type names off
-- algebra display output in algebraic form On:CONSOLE
+-- asgard show output in asgard form off
-- characters choose special output character set plain
-- script display output in SCRIPT formula format Off:CONSOLE
-- fortran create output in FORTRAN format Off:CONSOLE
@@ -1210,6 +1211,25 @@ $setOptions := '(
"console"))
NIL)
+-- -------------------- The Asgard Form Option --------------------
+--
+-- Description: show output in asgard form
+--
+-- The abbreviate option may be followed by any one of the
+-- following:
+--
+-- on
+-- -> off
+--
+-- The current setting is indicated within the list.
+ (asgard
+ "show output in asgard form"
+ interpreter
+ LITERALS
+ $asgardForm
+ (on off)
+ off)
+
-- -------------------- The characters Option --------------------
--
-- Description: choose special output character set