Organiser Programming Language
Appearance
You must add a |reason=
parameter to this Cleanup template โ replace it with {{Cleanup|reason=<Fill reason here>}}
, or remove the Cleanup template.
OPL
It is most common build-in language for portable devices. It raised for PSION Organiser and is still on the top. It's strength is in its portability. You can write code on PSION series 3 and run it on PSION WorkAbout / Series 5 / Series 7 or whatever. Uses structural programming.
Example:
PROC test:
print "Test" pause 80
ENDP