mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 15:46:18 +00:00
d2302df197
* Add procedure and function snippet to "stamp button" * remove draft tiddler
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
title: $:/language/Snippets/FunctionDefinition
|
|
tags: $:/tags/TextEditor/Snippet
|
|
caption: Function definition
|
|
|
|
\function f.name(param1,param2:"default value") [<param1>!is[blank]else<param2>]
|
|
|
|
<<f.name>>
|