mikaelpatel / Arduino-Shell

RPN Postscript/Forth Command Shell for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhance: Improved loop control structure

mikaelpatel opened this issue · comments

The loop control structure could be improved to:

low high { loop-block } loop

And the loop block should receive the current index as top of stack.

Please see commit e6f910e.

nice!