mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 23:56:18 +00:00
11 lines
256 B
Plaintext
11 lines
256 B
Plaintext
|
created: 20150221145447000
|
||
|
modified: 20150601194637381
|
||
|
title: $:/editions/tw5.com/macro-examples/say-hi-using-variables
|
||
|
type: text/vnd.tiddlywiki
|
||
|
|
||
|
\define say-hi-using-variables()
|
||
|
Salut, je suis $(name)$ et je vis à $(address)$.
|
||
|
\end
|
||
|
|
||
|
\define name() Bugs
|