6 lines
62 B
Text
6 lines
62 B
Text
|
# key: f
|
||
|
# name: function
|
||
|
# --
|
||
|
function $1($2) {
|
||
|
$3
|
||
|
}
|