6 lines
67 B
Plaintext
6 lines
67 B
Plaintext
# name: while (...) { ... }
|
|
# key: while
|
|
# --
|
|
while ($1) {
|
|
$0
|
|
} |