I just loaded J8.07 onto a Linux Mint 19.3 laptop.  I did not load the items marked optional.

I can invoke the console and use it as a calculator.  When I try to load other1.ijs (listed below) I get an error message:

   ijconsole 'other1.ijs'
   |value error: wd
   |       wd OTHER

I would appreciate it if someone could tell me what I am doing wrong.

OTHER=: 0 : 0
pc other;
xywh 79 54 34 11;cc btnExit button;
xywh 9 25 104 16;cc edtOther edit ws_border ws_thickframe es_autohscroll;
pas 6 6;pcenter;
rem form end;
)

other_run=: 3 : 0
wd OTHER
wd 'pshow;'
)

other_close=: 3 : 0
wd'pclose'
)

other_btnExit_button=: 3 : 0
)

other_run''

----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to