all repos — min @ 8c28c71690c0bf6842022b1b9977051bb542db9d

A small but practical concatenative programming language.

Minor fixes
h3rald h3rald@h3rald.com
Fri, 25 Dec 2020 06:51:18 +0000
commit

8c28c71690c0bf6842022b1b9977051bb542db9d

parent

ed43d8c32b0c345bdf27c5eb2322f845b00eaa68

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

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

@@ -339,7 +339,7 @@

{#op||require||{{sl}}||{{d}}|| Parses and interprets (in a separater interpreter) the specified {{m}} file {{sl}}, adding [.min](class:ext) if not specified, and returns a module dictionary {{d}} containing all the symbols defined in {{sl}}. #} -{#op||reverse-expect-dequote||{{q1}}||{{q2}}|| +{#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%