all repos — min @ 5781b90db6ac2593a4259427f95a7210d5be3625

A small but practical concatenative programming language.

doc fixes.
h3rald h3rald@h3rald.com
Fri, 25 Dec 2020 17:21:15 +0000
commit

5781b90db6ac2593a4259427f95a7210d5be3625

parent

de26aee9d3a6409046d9ed2ad4e973a80cdc7d3c

1 files changed, 7 insertions(+), 7 deletions(-)

jump to
M site/contents/reference-lang.mdsite/contents/reference-lang.md

@@ -32,7 +32,7 @@ {#sig||<||load-symbol#}

{#alias||->||dequote#} -{#alias||--||reverse-expect-dequote#} +{#alias||\-\-||reverse-expect-dequote#} {#alias||>>||prefix-dequote#}

@@ -342,13 +342,13 @@

{#op||reverse-expect-dequote||{{q1}}||{{a0p}}|| > Validates the first _n_ elements of the stack against the type descriptions specified in {{q1}} (_n_ is {{q1}}'s length) in reverse order and if all the elements are valid restores them on the stack. > -> %sidebar% -> Example -> -> The following program maps the three values on the stack to three symbols, after validating them: +> > %sidebar% +> > Example > -> 1 3.5 true -> (int float bool) -- :my-int :my-float :my-bool +> > The following program maps the three values on the stack to three symbols, after validating them: +> > +> > 1 3.5 true +> > (int float bool) -- :my-int :my-float :my-bool #}