MEMORY( ) example
The following example warns if the user has less than a megabyte of RAM available:
IF MEMORY( )>=1024 ? "You have at least a megabyte of RAM"ELSE ?? "Warning: You have less than a megabyte of RAM:" ? MEMORY( ),"Kb"ENDIF