The LOGO Programming Language

Hello world! Example Program


Click below to go directly to a specific section:
Description | Source Code | Sample Run

Description

This program simply demonstrates the printout of a string from a procedure call, in the LOGO programming language. The program will display the message "Hello world" each time the procedure HELLO is called.

Source Code


TO HELLO
        PRINT [Hello world]
        END


Click
here to download the source code.

Sample Run

Hello World


[Back] [Home]

Last modified: by Steven Kiryakoza, 12/12/1997