bugs.tpl

来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· TPL 代码 · 共 54 行

TPL
54
字号
REM SW-60. Think I've fixed this but the following panics
REM from some FBSERV madness.
CONST KAppId%=333
APP xxx,KAppId%
ENDA

rem blank line in OPX

declare OPX ha25,&1,$10
  proc1:(x%) : 2001

end declare

declare OPX ha26,&1,$10
  proc2: : 10
end declare

INCLUDE "incha27.oph"

proc oplha4:
  local i%

  while 0
    if i%=10
      return
    endif
  endwh
endp

proc oplha17:
  LOCAL x% : REM 
ENDP

proc HA350:
  print 1.<>%b
endp

const KSW263%=-4
const KSW263=-1.345
proc bugs%:
  PRINT KSW263%+KSW263
endp

REM ADD CODE HERE

REM The next two  procedures must be at the end of the file
proc p2:
  return
endp

proc p3:
endp
REM DO NOT ADD CODE HERE

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?