03-18-2023, 02:11 PM
Test is a subroutine and does not require the parenthesis to surround b$() when calling it.
test b$() ' Not test (b$())
SUB test (B$())
PRINT "Hi"
END SUB
test b$() ' Not test (b$())
SUB test (B$())
PRINT "Hi"
END SUB