mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-06 02:30:46 -08:00
7 lines
203 B
Text
7 lines
203 B
Text
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>>
|