Call a function: Difference between revisions

m
→‎{{header|COBOL}}: Missing a word.
m (Clarified last point.)
m (→‎{{header|COBOL}}: Missing a word.)
Line 211:
CALL "CBL_CREATE_DIR" USING Foo
CALL "CBL_OC_NANOSLEEP" USING Bar
*> Although some built-in functions identified by numbers.
CALL X"F4" USING Foo Bar
Anonymous user