RosettaCodeData/Task/Runtime-evaluation/BBC-BASIC/runtime-evaluation-1.bbc

3 lines
49 B
Text
Raw Permalink Normal View History

2013-04-10 23:57:08 -07:00
expr$ = "PI^2 + 1"
PRINT EVAL(expr$)