space = GetMemoryInfo(type)
type:
#CHIPMEMORY:
#FASTMEMORY:
chip=GetMemoryInfo(#CHIPMEMORY)
fast=GetMemoryInfo(#FASTMEMORY)
Print("You have", chip, "bytes of chip memory and", fast,
"bytes of fast memory!")
The above code prints out the chip and fast memory.