'Classic method for calc'ing PI PRINT "PI = "; ATN(1)*4.0
'Classic method for calc'ing PI
PRINT
"PI = "
ATN
(
1
)
*
4.0