|
OUTPUT: |
Notes:
Subprograms and Functions are working. However...
"Passing by reference", "overloaded subprograms" and strict typing are not possible.
For two-dimensional arrays use double square brackets for subscripts [3][2] instead of [3,2]
Use a write statement as a prompt right before inputs for best results
Select Case statements only support one value per case
For loops need their step to use += as in Count += 2, not just Count + 2
use // at the start of a line to make a comment (no support for /* */ blocks)
Data files are not currently supported