all repos — min @ ff6b04862dbc27f1fcacff97dd88ef5c9fa07300

A small but practical concatenative programming language.

Updated help.
h3rald h3rald@h3rald.com
Sun, 27 Oct 2024 11:39:42 +0100
commit

ff6b04862dbc27f1fcacff97dd88ef5c9fa07300

parent

d489343545e36e76740d134932b24d4e23c3fc92

1 files changed, 0 insertions(+), 12 deletions(-)

jump to
M help.jsonhelp.json

@@ -1869,12 +1869,6 @@ "module": "global",

"name": "raw-get", "signature": "quot int ==> dict:rawval" }, - "read": { - "description": "See fread", - "kind": "symbol", - "module": "io", - "name": "read" - }, "reduce": { "description": "Combines each successive element of quot1 using quot2. On the first iteration, the first two inputs processed by quot2 are a1 and the first element of quot1.\n \n \n Example\n \n The following program leaves 120 on the stack:\n \n (1 2 3 4 5) \n 1 (*) reduce", "kind": "symbol",

@@ -2770,12 +2764,6 @@ "kind": "symbol",

"module": "global", "name": "with", "signature": "quot1 quot2 ==> a*" - }, - "write": { - "description": "See fwrite", - "kind": "symbol", - "module": "io", - "name": "write" }, "xml.cdata": { "description": "Returns a dict:xml-cdata representing an XML CDATA section.",