Why is the Scripting language based on the Pascal language?
We chose Pascal for it’s easy natural language like syntax. Unlike other programming languages that require strict conformance such as requiring the syntax to be case-sensitive, Pascal provides a simple non-restricting readable syntax with a Begin..End as the starting point for execution. Another major advantage is the built-in Pascal Compiler in Newbie that is fast, light and quick when executing scripts.