5 lines
147 B
Text
5 lines
147 B
Text
Eval("nOutput = 5+2*5 " )
|
|
See "5+2*5 = " + nOutput + nl
|
|
Eval("for x = 1 to 10 see x + nl next")
|
|
Eval("func test see 'message from test!' ")
|
|
test()
|