mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-10-31 23:26:18 +00:00
8 lines
204 B
Plaintext
8 lines
204 B
Plaintext
title: $:/language/Snippets/FunctionDefinition
|
|
tags: $:/tags/TextEditor/Snippet
|
|
caption: Definición Función
|
|
|
|
\function f.name(param1,param2:"valor defecto") [<param1>!is[blank]else<param2>]
|
|
|
|
<<f.name>>
|