HP Pascal/iX Programmer's Guide (31502-90023)

A-: 34
parm : integer;
info : PACKED ARRAY [1..255] OF char;
BEGIN
END.
then the command:
:RUN ex1; PARM=3; INFO="abc"
assigns the value 3 to parm and the value abc to info before executing
the program example_1.