http://www.perlmonks.org?node_id=545313


in reply to I started with...:

PL/I.
pp: proc options(main); dcl a fixed(7,3); put list('dont remember now...'); end pp;
update yeah, yeah, I misremembered, thanks pemungkah for pointing this out.
fixed :)

Replies are listed 'Best First'.
Re^2: I started with...:
by pemungkah (Priest) on Apr 27, 2006 at 18:02 UTC
    PUT LIST was your friend. (and PUT DATA; when debugging). Good Lord. I don't think those neurons have been activated in *years*. I switched to assembler as sson as I could, because it was easier to debug than big PL/I programs.