mikaelpatel / Arduino-Shell

RPN Postscript/Forth Command Shell for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Info: Updated function definition and call syntax

mikaelpatel opened this issue · comments

Revert to traditional forth style but without compile state.

:name { code-block };

And call is:

`name

Or:

:name@x

Please see commit 874fba8.