poggingfish / plisp

The source code for the plisp programming language.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Shorter version of loop(5)(inc(i))

StiglCZ opened this issue · comments

commented

Please add something like
something((i)(5))
which would increase number by 5

(exec(std.plsp))
(set(i)(1))
(+=(i)(10))

addressed in latest commit)