Skip to content
This repository has been archived by the owner on Jun 23, 2018. It is now read-only.

Array types are forgotten across multiple executions in QBasic #54

Open
amasad opened this issue Sep 30, 2011 · 0 comments
Open

Array types are forgotten across multiple executions in QBasic #54

amasad opened this issue Sep 30, 2011 · 0 comments

Comments

@amasad
Copy link
Contributor

amasad commented Sep 30, 2011

 DIM coins$(3) 
.. coins$(1) = "Penny" 
.. PRINT coins$(1)
Penny
   PRINT coins$(1)
Error at 1:7: Subscript used on non-array 'coins$'
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant