Difference between revisions of "PAL tutorials"

From PROSE Programming Language - Wiki
Jump to: navigation, search
(Remove unnecessary references to a specific version number)
Line 1: Line 1:
In release 0.11.x, only the PROSE Assembly Language (PAL) is available, and then only a subset of those instructions. So be aware, it's very low-level programming at this time. To learn more about the PROSE Programming Language, visit http://prose.sourceforge.net.
+
In this release, only the PROSE Assembly Language (PAL) is available, and then only a subset of those instructions. So be aware, it's very low-level programming at this time. To learn more about the PROSE Programming Language, visit http://prose.sourceforge.net.
  
 
It is suggested you begin with the following articles before attempting any tutorials.
 
It is suggested you begin with the following articles before attempting any tutorials.

Revision as of 23:36, 13 December 2017

In this release, only the PROSE Assembly Language (PAL) is available, and then only a subset of those instructions. So be aware, it's very low-level programming at this time. To learn more about the PROSE Programming Language, visit http://prose.sourceforge.net.

It is suggested you begin with the following articles before attempting any tutorials.

The following tutorials are available for the PROSE Assembly Language:

  1. Basic I/O
  2. Objects, classes and attributes
  3. Reading a password file
  4. Collecting user input
  5. An arbitrary-precision calculator
  6. Matrix arrays