5 lines
72 B
Text
5 lines
72 B
Text
|
# -*- mode: snippet -*-
|
||
|
# name: Function
|
||
|
# key: fn
|
||
|
# --
|
||
|
(define ($1) $2)
|