2016-10-20 10:27:10 +02:00

6 lines
67 B
Plaintext

# name: while (...) { ... }
# key: while
# --
while ($1) {
$0
}