Merge branch 'master' of https://github.com/h3rald/min
h3rald h3rald@h3rald.com
Sun, 18 Nov 2018 18:57:03 +0100
2 files changed,
3 insertions(+),
3 deletions(-)
M
min.nimble
→
min.nimble
@@ -8,7 +8,7 @@ bin = @["min"]
# Dependencies -requires "nim >= 0.19.0" +requires "nim >= 0.18.0" requires "nifty" before install:
M
site/contents/reference-lang.md
→
site/contents/reference-lang.md
@@ -41,10 +41,10 @@
{#alias||=||quote-define#} {#op||apply||{{q}}|{{d}}||({{a0p}})|{{{a0p}}}|| -> This operator can be used on quotations or dictionaries: +> This operator can be used on a quotation or a dictionary: > > * If a quotation {{q}} is passed, it returns a new quotation obtained by evaluating each element of {{q}} in a separate stack. -> * If a quotation {{d}} is passed, it returns a new dictionary obtained by evaluating each symbol of {{d}} in a separate stack.#} +> * If a dictionary {{d}} is passed, it returns a new dictionary obtained by evaluating each symbol of {{d}} in a separate stack.#} {#op||args||{{null}}||{{q}}|| Returns a list of all arguments passed to the current program.#}