mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +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>>
|