Jump to content

Organiser Programming Language: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Line 16: Line 16:
{{compu-lang-stub}}
{{compu-lang-stub}}
[[category:Programming languages]]
[[category:Programming languages]]
[[category:BASIC programming language family]]

Revision as of 04:47, 28 September 2005

The Organiser Programming Language (OPL) is a common embedded programming language for portable devices such as PDAs. Source code written in OPL can be compiled for several Psion devices, including the PSION Series 3, Series 5, Series 7, and the PSION WorkAbout.

OPL is a structured programming language. Example:

PROC test:
  print "Test"
  pause 80
ENDP

OPL includes easy access to graphical functions, menus and other GUI elements.

See also