thinBasic

thinBasic

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.

thinBasic have 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... User defined functions with local or global variable declaration up to 12 parameters.



Every script can have an unlimited number of user defined functions declared each of them can allocate variable in different ways: local, static, global scope.

Functions can be recursive and each recursion will allocate a new stack for local variables. Every function can have up to 12 parameters but this can be changed by design. Dynamic strings variables and many numeric types. Numeric types: Byte, Word, Integer, DWord, Long, Quad, Single, Double, Extended, Currency. Strings are dynamic strings. Dynamic string variables contain character data of arbitrary length. Dynamic strings can contain up to approximately 2 Gb characters. Dynamic strings can contain both text or binary data.

Software Developer

Download

Mirror

Get Updates By Email:

Enter your email address:

Delivered by FeedBurner