What is BLITZ 2 PlayBasic ?
Blitz 2 PlayBasic is a simple tool used to translate source codes
written for BlitzBASIC 2D (the Windows version) into PlayBasic styled
syntax.
The conversion engine isn't aiming to produce programs that will
load and run in PlayBasic, rather it just performs a lot of dirty work
that'd you normally have to do manually. If your programs are mostly
logic, then the conversions stand a good chance of being runnable,
but for programs that are bound to behavior of BLITZ, then you'll
need to emulate the hebavior, or rewrite those sections for PlayBasic.
|