home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BUG 4
/
BUGCD1997_05.BIN
/
aplic
/
clip4win
/
clip4win.exe
/
C4W30E.HUF
/
SOURCE
/
HELLO.PRG
< prev
next >
Wrap
Text File
|
1994-02-11
|
544b
|
21 lines
/////////////////////////
//
// hello.prg - simple Clip-4-Win program that does output
//
// Written by: John M. Skelton, 19-May-93.
// Modified by: John M. Skelton, 11-Feb-94. Added procedure/return
// and /n to hello.rmk.
// (For consistency.)
//
// Copyright (C) 1993 Skelton Software, Kendal Cottage, Hillam, Leeds LS25 5HP, UK.
// All Rights Reserved.
//
// Compile and link: rmake hello
//
/////////////////////////
procedure main()
MessageBox( , "Hello World!", "Hello from Clip-4-Win")
return