renaming system.maxmem to sys.maxmem

This commit is contained in:
minjaesong
2022-09-01 18:13:13 +09:00
parent b41ff1c834
commit 079641ef1e
16 changed files with 8410 additions and 20 deletions

View File

@@ -8,7 +8,7 @@ const COL_CARET_ROW = 81
const BIG_STRIDE = 999
const TAB_SIZE = 4
const PAINT_START_Y = 3
const MEM = system.maxmem()
const MEM = sys.maxmem()
const TYPESET_DEBUG_PRINT = true