Difference between revisions of "AGIWiki/call"

Jump to navigation Jump to search
47 bytes added ,  15:16, 25 October 2018
m
Text replacement - "<source lang=" to "<syntaxhighlight lang="
(Created page with "__NOTOC__ {{AGIWiki}} The '''call''' command executes a logic script. == Syntax == : call(byt A); == Remarks == The logic with resource number A is execut...")
 
m (Text replacement - "<source lang=" to "<syntaxhighlight lang=")
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
__NOTOC__
{{AGIWiki}}
{{AGIWiki}}
 
{{AGIWiki/Control Flow Commands}}
The '''call''' command executes a logic script.
The '''call''' command executes a logic script.


Line 18: Line 17:
== Example ==
== Example ==


<syntax type = "C++">
<syntaxhighlight lang="cpp">


//typical error handler
//typical error handler
Line 25: Line 24:
}
}


</syntax>  
</syntaxhighlight>
 
== Technical Information ==
== Technical Information ==


Line 44: Line 44:


* [[AGIWiki/WinAGI|AGIwiki]] help file
* [[AGIWiki/WinAGI|AGIwiki]] help file


[[Category:AGIWiki/Logic Commands]]
[[Category:AGIWiki/Logic Commands]]
[[Category:AGIWiki/Control Flow Commands]]
[[Category:AGIWiki/Control Flow Commands]]
TrustedUser
2,147

edits

Navigation menu