mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
11 lines
250 B
Plaintext
11 lines
250 B
Plaintext
created: 20150221145447000
|
|
modified: 20150221145626000
|
|
title: $:/editions/tw5.com/macro-examples/say-hi-using-variables
|
|
type: text/vnd.tiddlywiki
|
|
|
|
\define say-hi-using-variables()
|
|
Hi, I'm $(name)$ and I live in $(address)$.
|
|
\end
|
|
|
|
\define name() Bugs
|