all repos — min @ e6b468447d7021cd9de86a62cc326578c15530ff

A small but practical concatenative programming language.

Merge branch 'master' of https://github.com/h3rald/min
h3rald h3rald@h3rald.com
Sun, 18 Nov 2018 18:57:03 +0100
commit

e6b468447d7021cd9de86a62cc326578c15530ff

parent

f4050a826e1f538a631158509629af11b388e9cf

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

jump to
M min.nimblemin.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.mdsite/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.#}