So variables never use $ ?
-
I'm going to have to get used to variables not using the $ for depicting that they are for strings.
-
That is correct, variables in Fuze are loosely typed and so do not need a $ for strings among other things. The exception to this is when declaring a structure. But then you still don't use $, you use "string"