Example strconv.bas :
a = "123" print a+1 print a = a-1 print a & "bib"
Result executing strconv.bas :
Possible error messages sent to stderr: