class Prism::WhileNode

表示 ‘while` 关键字的使用,可以是块形式或修饰符形式。

bar while foo
^^^^^^^^^^^^^

while foo do bar end
^^^^^^^^^^^^^^^^^^^^