Call a function in a shared library: Difference between revisions

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


rcd= SysDropFuncs() /*make functions inaccessible*/
rcd= SysDropFuncs() /*make functions inaccessible*/