6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: repeat-while
|
|
# --
|
|
repeat while $1
|
|
$0
|
|
end repeat |