Code AardioLine:15复制
1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.import
win
.ui;- mainForm =
win
.form(text="文件清单查询"
;right=757
;bottom=467
) - mainForm.add()
- ..
win
.loadForm("/dlg/fr1.aardio"
); if
a <= b {- a <<< b;
- a <<<< b;
- console.log()
- }
- mainForm.close()
- mainForm.show(
false
); return
win
.loopMessage();
Code AardioLine:28复制
1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.16.17.18.19.20.21.22.23.24.25.26.27.28.import
config;import
fsys.ini;- ini = fsys.ini(
"/config/auto.ini"
); import
console;- clg =
function
(...){ - args = {...};
- console.openForWrite();
-
for
(i,v in
..table
.eachArgs(args) ){ -
if
(type
(v) == type
.table
) v = ..table
.tostring
(v); - console.writeText(v)
- console.writeText(
'\t'
) - }
- console.writeText(
'\n'
); - }
import
win
.ui.css;- css =
win
.ui.css(); import
fsys.log;- log = fsys.log(
"/config/autolog.log"
) - wlog =
function
(...){log.print(..tostring
(..time
()),...)} namespace
myconfig{-
-
-
- }