7 lines
105 B
Plaintext
7 lines
105 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: until ... end
|
|
# group: control structure
|
|
# --
|
|
until ${condition}
|
|
$0
|
|
end |