!7 sclass TotalSystemMemory extends DynBigNumber { start { setDescription("TOTAL SYSTEM MEMORY"); setValue(toM(totalSystemMemory()) + " MB"); } }