Rosetta Code/Run examples: Difference between revisions

Line 69:
a$ = left$(a$,i-5)
a$ = strRep$(a$,"&lt;","<") ' this is the good program code
' place the code in the rb$ file
 
rb$ = DefaultDir$ + "\projects\a_project\rcCode.bas" ' RC program
open rb$ for output as #f
Line 76:
 
print "================== Run Basic Solution ==========================="
run rb$,#handle ' point RunBasic to the file with the program
render #handle ' render the runned code
[quit] ' that's it folks
[quit]
end
 
Anonymous user