# -*- mode: snippet -*- # key: close # contributor: Translated from TextMate Snippet # name: Close File # -- close(unit=${1:iounit}, iostat=${2:ios}${3:, status="delete"}) if ( $2 /= 0 ) stop "Error closing file unit $1"