📄 sbsys.txt
字号:
System____________________________FRE(0|-1|-2|-3)Returns information aboutsystem memory 0 - free memory-1 - largest block of integers-2 - free stack-3 - largest free block____________________________TICKS() - the system-ticks countTICKSPERSEC() - the number of ticks per second____________________________TIMER - returns the number of seconds from midnightTIME$ - returns the current time as string "HH:MM:SS"DATE$ - returns the current day as string "DD/MM/YYYY"____________________________DELAY msDelay for a specified amountof milliseconds____________________________CHAIN fileTransfers the control toanother SB programExample:CHAIN "PROG2.BAS"____________________________RUN fileRuns an executablePalmOS: the 'file' is the creator ID ____________________________Debug:____________________________TRON/TROFFTRACE ON/OFF. When tracemechanism is ON, the SBdisplays each line numberas the program is executed____________________________LOGPRINT ...PRINT to SB's logfile____________________________BCDUMP [len]Displays the 'len' nextbytes of byte-code____________________________STKDUMPDisplays the SB's internalexecutor's stack
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -