7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
# -*- mode: snippet; -*-
|
||
|
#contributor: Xah Lee (XahLee.org)
|
||
|
#name: lambda
|
||
|
#key: lam
|
||
|
# --
|
||
|
(lambda ($1) ${2:(interactive${3: "$4"}) }$0)
|