mikaelpatel/Arduino-Shell

Enhance: Improved loop control structure

mikaelpatel opened this issue · 2 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!