5 lines
82 B
Plaintext
5 lines
82 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: whileg
|
|
# key: whileg
|
|
# --
|
|
$0 while ${1:condition}; |