6 lines
80 B
Plaintext
Raw Normal View History

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