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

8 lines
172 B
Plaintext

# -*- mode: snippet -*-
# key: ndo
# contributor: Translated from TextMate Snippet
# name: named: do
# --
${1:name}: do${2: ${3:i} = ${4:1}, ${5:100}, ${6:1}}
$0
end do $1