class Ven::Parselet::PNext
- Ven::Parselet::PNext
- Ven::Parselet::Nud
- Reference
- Object
Overview
Parses a 'next' expression, which can have different scopes:
next and next 1, 2, 3, next fun and next loop,
next fun 1, 2, 3 and next loop 1, 2, 3, etc.
Defined in:
ven/parselet/nud.crConstant Summary
-
SCOPES =
["FUN", "LOOP"] of ::String