>> > Where do I go to create my main file in LWP? > Anywhere you want. Just make sure it starts with a program header (such as "program helloworld;"). Jonas>> Here's what I wrote: Program HelloWorld; begin print "hello" end. and I'm told No main program found. Can not build. What extension do I need on it? Ed