Fixed incorrect snippet.
h3rald h3rald@h3rald.com
Sun, 29 Nov 2020 09:37:08 +0000
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
site/contents/reference-lang.md
→
site/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%