[comp.os.os2] What's bigger than the Windows source for "Hello World"

oppenhei@umd5.umd.edu (Richard Oppenheimer) (03/02/90)

Who cares about the source for "Hello World", here is the source for a 
Microsoft Windows basic text editing program.

	SAM := new(EditWindow, ThePort, "Editmenu", "Text Editor", nil);
	show(Sam, 1);

Yes that's it! A real program. It serves some purpose at least and its
only two lines long. It is Actor source code. Actor is an OOP language for
Microsoft Windows. 

Richard Oppenheimer
oppenhei@umd5.umd.edu