4 lines
76 B
Plaintext
4 lines
76 B
Plaintext
# -*- mode: snippet -*-
|
|
# name: fun (...) -> ... end
|
|
# --
|
|
fun ($1) -> $0 end |