mikaelpatel / Arduino-Shell

RPN Postscript/Forth Command Shell for Arduino
19 stars 5 forks source link

Info: Updated function definition and call syntax #50

Closed mikaelpatel closed 8 years ago

mikaelpatel commented 8 years ago

Revert to traditional forth style but without compile state.

:name { code-block };

And call is:

`name

Or:

:name@x

Please see commit https://github.com/mikaelpatel/Arduino-Shell/commit/874fba8b5a5246e2a0d785ae277959a288d913f3.