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