6 lines
81 B
Plaintext
6 lines
81 B
Plaintext
#name : while ... end
|
|
#group : control structure
|
|
# --
|
|
while ${condition}
|
|
$0
|
|
end |