|
thinBasic thinBasic 是一款Basic语言编译器,可以对纯文本的脚本文件进行编译。软件可以识别超过500个特定要害词,如 If/Then/Else/ElseIf/End If, While/Wend, For/Next, Do [While/Until]/Loop [While/Until], Select/End Select, 以及用户定义的内容,模块,队列等。软件包含 Core, Console, Excel, FTP, iNet, LL, PDF, RAS, Registry, SMTP, SQL, UI, XML, ZLib等模块或库文件。
thinBasic is a Basic like language interpreter. Its target is to have a scripts text file to be interpreted and executed immediately by a simple double click or by an automated scheduled tasks.
More than 500 predefined keywords. All main program flow: If/Then/Else/ElseIf/End If, While/Wend, For/Next, Do [While/Until]/Loop [While/Until], Select/End Select, user defined functions, modules, arrays and much more...
thinBasic is composed by modules or libraries: Core, Console, Excel, FTP, iNet, LL, PDF, RAS, Registry, SMTP, SQL, UI, XML, ZLib. Only one module is mandatory: Core module. All other modules are optional.
Here are some key features of "thinBasic":
· very rich set of predefined keywords
· all main program flow control keywords.
· user defined functions with local, static or global variable declaration up to 12 parameters.
· Dynamic strings variables and many numeric types.
· thinBasic language can be extended in keywords and functionalities using predefined official modules.
· thinBasic language can be extended in keywords and functionalities using user defined modules.
· thinBasic can be used as application script engine.
|