python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to use pointers in PL1 programming language
I am trying to learn the use of pointers in PL1. However below approach is not working
DCL MYPTR PTR;
DCL MYVAR CHAR(10) INIT('1234567890');
PUT SKIP(2)...
Gagandeep Singh Randhawa
Votes: 0
Answers: 1
How to pass input to get statement in PL/I
I am very new to PL/I.
I am using this compiler: http://iron-spring.com/.
I don't know how to pass the command-line arguments that the get statement is expecting to receive. It doesn't work for me to ...
maxfried
Votes: 0
Answers: 0