# -*- mode: snippet -*-
# contributor: Seong Yong-ju
# name: while
# key: while
# --
while ($true) {
    $0
}