
Originally Posted by
masterBB
A lot. They may seem similar in syntax but they are very different, both in the ways you write them and the way it is compiled. Note that pascalscript is created with pascal in mind as syntax. Pascal is compiled by the FreePascal compiler and pascalscript is compiled on run time by the pascalscript compiler. Making it very slow. One thing for example that is different is the lack of public/private statements in pascalscript. But that is just one difference out of a thousand.