# -*- mode: snippet -*- # contributor: Alexander Sulfrian # name: for ... end # key: for # -- for ${1:I} := ${2:0} to ${3:max} do begin $0 end;