# -*- mode: snippet -*-
|
|
# name: while ... end
|
|
# key: while
|
|
# group : control structure
|
|
# --
|
|
while ${condition}
|
|
$0
|
|
end
|