Na razie mam dane o GFA:
GFA knows these types of variables:
Boolean LET name!=0 exclamation (true/false as in 0 or -1)
Unsigned byte LET name|=0 the vertical bar char
Signed word LET name&=0 ampersand
Signed long LET name%=0 percent sign
Float LET name#=0.1 pound sign (with DEFLIST set)
LET name=0.2 default (postfix not shown)
? HEX$(6670358)