8 lines
125 B
Plaintext
8 lines
125 B
Plaintext
# -*- mode: snippet -*-
|
|
# contributor: Xah Lee (XahLee.org)
|
|
# name: let
|
|
# key: let
|
|
# key: l
|
|
# --
|
|
(let${1:*} (${2:args})
|
|
$0) |