Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!aplcen!haven!umd5!oppenhei From: oppenhei@umd5.umd.edu (Richard Oppenheimer) Newsgroups: comp.os.os2 Subject: What's bigger than the Windows source for "Hello World" Message-ID: <6191@umd5.umd.edu> Date: 1 Mar 90 21:12:25 GMT Organization: University of Maryland, College Park Lines: 12 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