all repos — min @ ed2a48dde0c3b677d0c70cef656eb473b5041856

A small but practical concatenative programming language.

Fixed incorrect snippet.
h3rald h3rald@h3rald.com
Sun, 29 Nov 2020 09:37:08 +0000
commit

ed2a48dde0c3b677d0c70cef656eb473b5041856

parent

66a911108c3328a469b98030a9182850dba91484

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

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

@@ -158,7 +158,7 @@

{#op||import||{{sl}}||{{null}}|| Imports the a previously-loaded module {{sl}}, defining all its symbols in the current scope. #} -{#op||infix-dequote||{{q}}||{{a}}|| +{#op||infix-dequote||{{q}}||{{any}}|| > Dequotes {{q}} using infix notation. > > > %note%

@@ -236,7 +236,7 @@

{#op||parse||{{s}}||{{q}}|| Parses {{s}} and returns a quoted program {{q}}. #} -{#op||prefix-dequote||{{q}}||{{a}}|| +{#op||prefix-dequote||{{q}}||{{any}}|| > Dequotes {{q}} using prefix notation (essentially it reverses {{q}} and dequotes it. > > > %sidebar%