all repos — min @ 63cf2540fc631bdf5124965e6717c9d6f0a24451

A small but practical concatenative programming language.

Fixed any?
h3rald h3rald@h3rald.com
Sun, 08 Jul 2018 13:30:07 +0200
commit

63cf2540fc631bdf5124965e6717c9d6f0a24451

parent

8c09fa0f8202f9080158bb3a5bfa5e7597a5d2f1

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

jump to
M lib/min_seq.nimlib/min_seq.nim

@@ -177,7 +177,7 @@ i.dequote(filter)

var check = i.pop if check.isBool and check.boolVal == true: res = true.newVal - return + break i.push res def.symbol("all?") do (i: In):