A.echo a B.echo @a C.echo #a D.echo $a
A.num#1 B.num=1 C.num=`1` D.num is 1
A.echo num B.echo @num C.echo #num D.echo $num