Usage: NEXT
Positions to the next record in the current data file.
If NEXT is used after the end of a file has been reached, no error is reported but the current record is null and the EOF function returns true.
Usage: n$=NUM$(x,y%)
Returns a string representation of the integer part of the floating-point number x, rounded to the nearest whole number. The string will be up to y% characters wide.
See also FIX$, GEN$, SCI$.