Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!spool.mu.edu!cs.umn.edu!ariel.unm.edu!leo.unm.edu!talso From: talso@leo.unm.edu (Daniel Talso) Newsgroups: comp.sys.amiga.programmer Subject: Kick Pascal Help... Message-ID: <1991Apr02.051307.13178@ariel.unm.edu> Date: 2 Apr 91 05:13:07 GMT Organization: University of New Mexico, Albuquerque NM Lines: 14 I just got Kick Pascal, but the manual is in German, and I don't know any of it... I can compile and run a program fine with in the editor just fine, but when I try to use the 'o'bject file option and save the compiled file to the disk and ran it from CLI, it didn't work.... it was a simple program... and it was: program test(input,output); begin writeln('This is a test'); end. But it wouldn't run from cli, can anyone help?