Call a function in a shared library: Difference between revisions

Content added Content deleted
(→‎{{header|Lua}}: added Lua solution)
m (→‎{{header|REXX}}: elided a blank line.)
Line 1,650: Line 1,650:
exit rcl /*exit this program with RC. */
exit rcl /*exit this program with RC. */
end
end

/* [↓] call a function. */
/* [↓] call a function. */
$= sysTextScreenSize() /*$ has 2 words: rows cols */
$= sysTextScreenSize() /*$ has 2 words: rows cols */