mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-07 10:34:53 +00:00
12 lines
265 B
Plaintext
12 lines
265 B
Plaintext
code-body: yes
|
|
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
|