From ca1d20842a80e9dbc70bde46d6acbe550d3c9855 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 7 Apr 2021 21:30:12 -0400 Subject: =?UTF-8?q?Description=20for=20=E2=80=A2Out=20and=20=E2=80=A2Fmt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/spec/system.html | 1 + spec/system.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/docs/spec/system.html b/docs/spec/system.html index 921ae3d1..b2378648 100644 --- a/docs/spec/system.html +++ b/docs/spec/system.html @@ -270,6 +270,7 @@ +

•Out prints to stdout, with a trailing newline. •Fmt returns a string (not a character table: lines are separated by linefeeds) indicating how 𝕩 would be printed by the interactive environment.

Operation properties

diff --git a/spec/system.md b/spec/system.md index 5d977209..01664e5e 100644 --- a/spec/system.md +++ b/spec/system.md @@ -131,6 +131,8 @@ The following short names can also be provided for file access. They can be prov | `•Out` | Print argument string | `•Fmt` | Format value for printing +`•Out` prints to stdout, with a trailing newline. `•Fmt` returns a string (not a character table: lines are separated by linefeeds) indicating how `𝕩` would be printed by the interactive environment. + ## Operation properties | Name | Summary -- cgit v1.2.3