Module: YARP::LoopFlags
- Defined in:
- lib/yarp/node.rb
Constant Summary collapse
- BEGIN_MODIFIER =
a loop after a begin statement, so the body is executed first before the condition
1 << 0
a loop after a begin statement, so the body is executed first before the condition
1 << 0