CALLS - QB64 Wiki

CALLS

From QB64 Wiki

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