ChipMaster's bwBASIC
This also includes history going back to v2.10. *WARN* some binary files might have been corrupted by CRLF.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- CallSub.BAS -- Test BASIC Call and Sub Statements
- The next printed line should be from the Subroutine.
-
- This is written from the Subroutine.
- The value of variable <xarg> is 5
- The value of variable <yarg$> is Hello
- The value of variable <tvar> is 17
- The value of variable <tvar> is reset to 99
- Exiting Subroutine
-
- This is back at the main program.
- The value of variable <testvar> is now 0
- Did it work?
- *** ALL TESTS PASSED ***
|