1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-05 12:28:02 +00:00

Update Procedure Definitions.tid

This commit is contained in:
Jeremy Ruston
2023-08-01 07:58:39 +01:00
committed by GitHub
parent aaf0bffb39
commit 72a4adbd6b

View File

@@ -13,7 +13,7 @@ This tiddler describes the different ways in which [[Procedures|Procedures]] can
Procedures are created using the [[Pragma: \procedure]] at the start of a tiddler. The definitions are available in the rest of the tiddler that defines them, plus any tiddlers that it transcludes.
```
\define my-procedure(param)
\procedure my-procedure(param)
This is the procedure text (param=<<param>>)
\end
```