@@ -41,9 +41,9 @@ mcleod3.bas:3: 'GenerateSpaces' is neither an array nor a function.
4141mcleod3.bas:1: warning: Parameter 'path' is never used
4242mcleod3.bas:6: warning: Parameter 'n' is never used
4343>>> process_file('poke3.bas')
44- poke3.bas:4: Variable 'a' is an array and cannot be used in this context
44+ poke3.bas:4: Syntax Error. Unexpected token ',' <COMMA>
4545>>> process_file('poke5.bas')
46- poke5.bas:4: Variable 'a' is an array and cannot be used in this context
46+ poke5.bas:4: Syntax Error. Unexpected token ',' <COMMA>
4747>>> process_file('arrlabels10.bas')
4848arrlabels10.bas:3: warning: Using default implicit type 'float' for 'a'
4949arrlabels10.bas:3: Can't convert non-numeric value to float at compile time
@@ -84,7 +84,7 @@ errletfunc.bas:5: Cannot assign a value to 'x'. It's not a variable
8484>>> process_file('read0.bas')
8585read0.bas:12: 'x' is SUBROUTINE not a FUNCTION
8686>>> process_file('read1.bas')
87- read1.bas:11: Variable 'x' is an array and cannot be used in this context
87+ read1.bas:11: Cannot read 'x'. It's an array
8888>>> process_file('read3.bas')
8989read3.bas:9: 'x' is neither an array nor a function.
9090>>> process_file('read6.bas')
@@ -141,4 +141,6 @@ params_implicit.bas:2: warning: Parameter 'y' is never used
141141array_err.bas:2: Mismatched vector size. Expected 11 elements, got 1.
142142>>> process_file('arrbase1.bas')
143143>>> process_file('param_byref_warn.bas')
144+ >>> process_file('pararray2.bas')
145+ pararray2.bas:8: Array q type does not match parameter type
144146
0 commit comments