6 lines
81 B
Fennel
6 lines
81 B
Fennel
(fn this-is-in-modname []
|
|
"this is a docstring"
|
|
nil)
|
|
|
|
{: this-is-in-modname}
|