Skip to content

Instantly share code, notes, and snippets.

@MilkZoft
Created January 23, 2012 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MilkZoft/1660227 to your computer and use it in GitHub Desktop.
Save MilkZoft/1660227 to your computer and use it in GitHub Desktop.
codejobs - Hello World - APL
@ This program is very simple in APL!
'Hello World!'
@ In APL, anything that is printed in quotes is printed to the terminal. (@ in APL signifies a comment)
@ If the "Hello World statement needed to be stored, then you could use the following :
h<-'Hello World'
h
@Typing h causes h's value to be printed to be printed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment