linux version of pbasic
stevewright
Posts: 4
The questoin is does it realy work. It seems to mostly work, but not fully. An example of it not working is PIN assignments. When I write a pin assignment in the form of: pin name PIN pin number and try to compile it then pbasic interprets the pin name as a label and expects to see a :.
Here is an example:
SDA PIN 0
SCL PIN 1
The compile error is that a : should follow SDA and SDC, or it does not interpret PIN correctly.
This makes me questoin wheater pbasic for Linux really works or not.
Is there anyone out there using pbasic on a Linux system that has seen it work as good as the MSWindows version?
Here is an example:
SDA PIN 0
SCL PIN 1
The compile error is that a : should follow SDA and SDC, or it does not interpret PIN correctly.
This makes me questoin wheater pbasic for Linux really works or not.
Is there anyone out there using pbasic on a Linux system that has seen it work as good as the MSWindows version?
Comments