NODES
Syntax NODES
 
Explanation

NODES reports the total number of free nodes in memory. NODES provides an estimate of how much space is left to name variables and write and run procedures. This space may change at any time, however, since Logo requests more memory from the operating system when it is running out of node space.

Examples NODES 
Result: 2020 

TopIndex