Organiser Programming Language: Difference between revisions
Appearance
Content deleted Content added
m Robot-assisted disambiguation: PDA |
Miha Ulanov (talk | contribs) m link: Psion Series 7 |
||
Line 1: | Line 1: | ||
The '''Organiser Programming Language''' (OPL) is a common [[embedded system|embedded]] [[programming language]] for portable devices such as [[Personal digital assistant|PDAs]]. [[Source code]] written in OPL can be [[compile]]d for several [[Psion]] devices, including the PSION [[Psion 3|Series 3]], [[Psion 5|Series 5]], Series 7, and the PSION WorkAbout. |
The '''Organiser Programming Language''' (OPL) is a common [[embedded system|embedded]] [[programming language]] for portable devices such as [[Personal digital assistant|PDAs]]. [[Source code]] written in OPL can be [[compile]]d for several [[Psion]] devices, including the PSION [[Psion 3|Series 3]], [[Psion 5|Series 5]], [[Psion 7|Series 7]], and the PSION WorkAbout. |
||
OPL is a [[structured programming]] language. Example: |
OPL is a [[structured programming]] language. Example: |
Revision as of 11:31, 21 July 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.