Differences between revisions 2 and 3
Revision 2 as of 2008-02-26 12:53:17
Size: 659
Editor: anonymous
Comment:
Revision 3 as of 2008-02-26 14:23:46
Size: 696
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:

CategoryHelloWorld CategoryDyalog

The simplest way to do this in APL is by starting APL and typing this:

⎕←'Hello World!'

However, for the rest of the world this might not qualify as a program. Aplers are used to the idea of using the session as an input/output interface. Others might not be. In mswindows for instance a program is something we can call from the Run... dialog box.

To get our program into a state where we can do that requires a choice between a number of alternative routes probably none of which will actually use ⎕←.

Here are three possible approaches:

  • [:HelloWorldGui:GUI]

  • [:HelloWorldHtml:HTML]

  • [:HelloWorldOle:OLE]

CategoryHelloWorld CategoryDyalog

HelloWorld (last edited 2017-02-16 18:45:23 by KaiJaeger)