Search results

  1. D

    procedure prototyping not behaving as expected

    Hi, I'm delving into super procedures, but my simple example (when I run test.p) is returning the following message:- ** "proc" was not found. (293) I have 3 files:- /********* baseclass.p ***********/ procedure proc: message "baseclass proc" view-as alert-box. end procedure...
Back
Top