tradopx.tpl
来自「在手机操作系统symbina上使用的一个脚本扩展语言的代码实现,可以参考用于自己」· TPL 代码 · 共 19 行
TPL
19 行
rem TRADOPX.OPL
rem
rem Copyright (c) 1997-2001 Symbian Ltd. All rights reserved.
rem
INCLUDE "const.oph"
INCLUDE "radopx.oxh"
CONST KPass&=-1
CONST KFail&=0
PROC Main:
UIStart:("Initialise")
ENDP
PROC Initialise:
print "Hello world!"
UIEnd:
ENDP
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?