mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-08 23:20:03 +00:00
parent
8e132948b6
commit
e62f86a4c7
@ -6,11 +6,11 @@ type: text/vnd.tiddlywiki
|
|||||||
|
|
||||||
!! Introduction
|
!! Introduction
|
||||||
|
|
||||||
This tiddler describes the different ways in which [[macros|Procedures]] can be defined.
|
This tiddler describes the different ways in which [[Procedures|Procedures]] can be defined.
|
||||||
|
|
||||||
!! Procedure Definition Pragma
|
!! Procedure Definition Pragma
|
||||||
|
|
||||||
Macros 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.
|
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)
|
\define my-procedure(param)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user