rakitzis / rc

rc shell -- independent re-implementation for Unix of the Plan 9 shell (from circa 1992)
Other
258 stars 24 forks source link

Continue builtin #37

Closed borkovic closed 7 years ago

borkovic commented 7 years ago
  1. Implements continue builtin.
  2. Adds exception eContinue to be raised in builtin continue
  3. Set exception eContinue when walking nWhile or nForin
  4. Added tests for continue in while and in for to trip.rc.