8 lines
78 B
Plaintext
Raw Normal View History

# -*- mode: snippet -*-
# name: GOTO
# key: goto
# --
GOTO="$1"
$0
LABEL="$1"