From: Volleyball on
Hi,

I want to write a package and have some public variables name like
what would be in TeX

\tilde{m}
xyz_{w}

Is this allow in Mathematica and how could I realize it? If I use the
tilde or subscript notation in an Array declaration, I get the
following:

.... Subscript[j0, min]::usage is not of the form symbol::name or
symbol::name::language.

Alex