You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given this, maybe it's a typo after all? It seems like A$ would contain the boolean value of C$=FNC$(C$). And boolean results are numeric, so should not be assignable to a string variable such as A$.
It seems like the interpreter used originally to play STUGA.BAS supported chained assignments.
For example, see line 6302:
I've so far not looked if this is supported by the references, but GW BASIC does not work that way (fails with "Type Mismatch" error).
The text was updated successfully, but these errors were encountered: