Call a function in a shared library: Difference between revisions

m
→‎{{header|REXX}}: elided a blank line.
(→‎{{header|Lua}}: added Lua solution)
m (→‎{{header|REXX}}: elided a blank line.)
Line 1,650:
exit rcl /*exit this program with RC. */
end
 
/* [↓] call a function. */
$= sysTextScreenSize() /*$ has 2 words: rows cols */