Call a function in a shared library: Difference between revisions

m
→‎{{header|REXX}}: aligned a couple of comments.
m (→‎{{header|REXX}}: changed capitalization and some comments, changed whitespace.)
m (→‎{{header|REXX}}: aligned a couple of comments.)
Line 1,643:
$= sysTextScreenSize() /*$ has 2 words: rows cols */
parse var $ rows cols . /*get two numeric words in $.*/
say ' rows=' rows /*show number of screen rows.*/
say ' cols=' cols /* " " " " cols.*/
 
rcd= SysDropFuncs() /*make functions inaccessible*/