mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
9 lines
242 B
Plaintext
9 lines
242 B
Plaintext
|
title: $:/language/Snippets/ProcedureDefinition
|
||
|
tags: $:/tags/TextEditor/Snippet
|
||
|
caption: Procedure Definition
|
||
|
|
||
|
\procedure procName(param1:"standard parameter", param2)
|
||
|
Ihr Text kommt hier her. Zugriff auf <<__param1__>>.
|
||
|
<<__param2__>>
|
||
|
\end
|