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

3 lines
49 B
Plaintext

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