RosettaCodeData/Task/Runtime-evaluation/BBC-BASIC/runtime-evaluation-1.bbc
Ingy döt Net b83f433714 tasks a-s
2013-04-10 23:57:08 -07:00

2 lines
49 B
Text

expr$ = "PI^2 + 1"
PRINT EVAL(expr$)