6 lines
81 B
Plaintext
Raw Normal View History

#name : while ... end
#group : control structure
# --
while ${condition}
$0
end