Update Procedure Definitions.tid (#7463)

Change macro to procedure!
This commit is contained in:
Mohammad Rahmani 2023-05-18 21:05:45 +03:30 committed by GitHub
parent 8e132948b6
commit e62f86a4c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,11 +6,11 @@ type: text/vnd.tiddlywiki
!! 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
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)