Minor fixes
h3rald h3rald@h3rald.com
Fri, 25 Dec 2020 06:51:18 +0000
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
site/contents/reference-lang.md
→
site/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%