sbsys.txt
来自「smallbasic for linux」· 文本 代码 · 共 87 行
TXT
87 行
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 + =
减小字号Ctrl + -
显示快捷键?