CALLS - QB64 Wiki

CALLS

From QB64 Wiki

Revision as of 14:42, 28 April 2011 by Clippy (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

CALLS is a statement that transfers control to a procedure written in a different programming language.


Syntax:

CALLS name [(argumentlist)]



CALLS is the same as using CALL with a SEG before each argument.



See also:



Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page