Runtime evaluation: Difference between revisions

m
(Added BBC BASIC)
Line 123:
 
===Statements===
Statements can only be executed by being tokenised and then written to a temporary file:
<lang bbcbasic> exec$ = "PRINT ""Hello world!"""
bbc$ = FNtokenise(exec$)