Prev  Menu  Next

Detailed Specification

Supplementary Explanations

The following modules are not implemented.
   14. real-time
   15. Fixed Decimal Numbers
   16. Editting

Notice

  Because the precision of numerical expressions is 
 higher than that of valiables in ISO Full BASIC,
 the result of the following program never be zero.
    10 LET A=(1/3)*3
    20 PRINT A-(1/3)*3
    30 END