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

8 lines
158 B
Plaintext

# -*- mode: snippet -*-
# key: for
# contributor: Translated from TextMate Snippet
# name: for … end
# --
for ${1:i} := ${2:0} to ${3:max} do begin
$0
end;