mikaelpatel / Arduino-Shell

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

Bug: Stack Vector Sum example broken #38

Closed dpharris closed 8 years ago

dpharris commented 8 years ago

Your change to loops broke the example.

This works: [1,2,3] 0 1 rotate { drop + } loop or: [1,2,3]0,1r{d+}l

A larger list is nicer: [1,2,3,4,5,6,7,8]0,1r{d+}l

mikaelpatel commented 8 years ago

Yes, forgot that. Thanks for the reminder.

mikaelpatel commented 8 years ago

Please see commit https://github.com/mikaelpatel/Arduino-Shell/commit/85df422a4cab6616321b9c4f77bacaa8fb77a9ae.