2009-08-29 17:59:02 +00:00

8 lines
139 B
Plaintext

# -*- mode: snippet -*-
# key: whe
# contributor: Translated from TextMate Snippet
# name: where
# --
where ( $1 ${2:==} $3 )
$0
end where