Jump to content

Organiser Programming Language

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 68.81.231.127 (talk) at 10:16, 2 November 2004 (compu-stub + needs cleanup very badly). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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