A+    up http://www.aplusdev.org
  similar languages: APL   J   K  
  Description: A+ is an APL-like languge. It's released under the GNU GPL license. Important Note: APL's vectors start with 1 where in A+ this is 0.


 Hello World   Michael Neumann

Prints "Hello World" onto the screen.


 Squares   Michael Neumann

Outputs the squares from 1 to 10.


 Squares 2-dimensional   Michael Neumann

Ouputs the squares from 1 to 9 as a 2-dimensional array:
 1  4  9
16 25 36
49 64 81