mikaelpatel / Arduino-Shell

RPN Postscript/Forth Command Shell for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance: More operation code/syntax changes

mikaelpatel opened this issue · comments

Time to move forward with the function definition syntax:

`fun { code-block } ; 

And function call:

`fun: 

Some other minor changes:

c ( x1..xn n -- )   drop n elements
C ( x1..xn -- )  clear stack

Last, extension is using "_" prefix only.

Please see commit 125181f.