diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-07 21:30:12 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-04-07 21:30:41 -0400 |
| commit | ca1d20842a80e9dbc70bde46d6acbe550d3c9855 (patch) | |
| tree | 5a07cd9bc71eba91c53503f66b88717d00785c02 | |
| parent | a5285fc474570cb71749477291d5430cede1f1d2 (diff) | |
Description for •Out and •Fmt
| -rw-r--r-- | docs/spec/system.html | 1 | ||||
| -rw-r--r-- | spec/system.md | 2 |
2 files changed, 3 insertions, 0 deletions
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 @@ </tr> </tbody> </table> +<p><code><span class='Function'>•Out</span></code> prints to stdout, with a trailing newline. <code><span class='Function'>•Fmt</span></code> returns a string (not a character table: lines are separated by linefeeds) indicating how <code><span class='Value'>𝕩</span></code> would be printed by the interactive environment.</p> <h2 id="operation-properties">Operation properties</h2> <table> <thead> 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 |
