Introduction

The BasPas Language is a BASIC Dialect that produce Pascal Source Code.

It is written by Andrea Tobian-Mezger 2003  Zaisersweiher / Germany

This is Version 0.602    17. March 2003

The Compiler is Freeware but the Author is not responsible for the effekts of the results. You use it on your own risk.

I use the Freepascal Compiler from the Blodshed Software Dev-Pascal 1.9, becaus the 1.06 Version of Freepascal does not compile the Source. But with the compiled BasPas executable you can create any Pascalsource from each Compiler. You can write the BasPasLib for your own Compiler. I try to adapt the LIBRARY in next time to Virtual Pascal.  But Virtual Pascal does not have so many functions thereby.  Thus the LeftStr() function is missing for example.

In this Dokumentation I will explain as much as I can. (in future)
Not only the Basic statements, also the Pascal things that are
necessary for understanding programing with BasPas.

And excuse my insufficient english, I am german and I write as good as I can in english.

 

In order to compile a program, proceed as follows:

baspas.exe source.bas

or when you donīt want Libsupport

baspas.exe source.bas -nolibs

 

You can use rbp to compile a Basicsourcefile and the generated  Pascalsourefile together:

rbp source.bas

or when you donīt want Libsupport

rbp source.bas -nolibs

 

Read the RBP Helpfile.txt