README.md
December 4, 2022 ยท View on GitHub
Description
Neobasic is a byte-code based scripting language.It is faster than known text interpreting systems.Main features are:
1)Faster interpreter using byte-code system.
2)Local,global variable and array support.
3)Optimization feature for math expressions.
4)Semi-Object orientence
5)Multiple Commands in one line
To send a command like this msgbox("Your name is " + inputbox("What is your name?"))
6)System Ident variables
To show time for example : msgbox(time)
7)Include directive for including ActiveX DLLs to script to use functions.
More Info
| Submitted On | 2003-02-21 10:39:16 |
| By | Levent Baykan Bayar |
| Level | Advanced |
| User Rating | 5.0 (35 globes from 7 users) |
| Compatibility | VB 5.0, VB 6.0 |
| Category | String Manipulation |
| World | Visual Basic |
| Archive File | NeoBasic_j1548212212003.zip |