The SNOBOL Programming Language

Hello World! Example Program


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

Description

This program demonstrates the text output function of the SNOBOL4 programming language by displaying the message "Hello world!".

Source Code


OUTPUT = 'Hello World!'
END


Sample Run

Hello world!

Program Notes

This program was complied and tested using Vanilla SNOBOL from Catspaw,inc.
[Back] [Home]

Last modified: 03:37 PM on 11/09/1996