all repos — min @ 93a2c7b46acd34b42d41a2cf820af491a13877a5

A small but practical concatenative programming language.

Documented type.
h3rald h3rald@h3rald.com
Sat, 01 Jan 2022 14:40:41 +0100
commit

93a2c7b46acd34b42d41a2cf820af491a13877a5

parent

78d6ffaa26265213e741248c28216d1559e2d676

2 files changed, 4 insertions(+), 0 deletions(-)

jump to
M next-release.mdnext-release.md

@@ -5,3 +5,4 @@ * Now clearing the stack after every HTTP request received by **http-server**.

* Fixed #174 (cons operator was not creating a new quotation). * Fixed #176 (times can now execute a quotation 0 times). * Added **quoted-symbol?** predicate. +* Documented previously-undocumented **type** operator.
M site/contents/reference-lang.mdsite/contents/reference-lang.md

@@ -507,6 +507,9 @@ > > (format-error puts)

> > (0) > > ) try #} +{#op||type||{{a}}||{{s}}|| +Returns the type of {{a}}.#} + {#op||typealias||{{sl1}} {{sl2}}||{{none}}|| Creates a type alias {{sl1}} for type expression {{sl2}}.#}