fcl-passrc: varargs of type

git-svn-id: trunk@43326 -
This commit is contained in:
Mattias Gaertner 2019-10-29 14:30:20 +00:00
parent e64ea172c2
commit 5ea4233ca4

View File

@ -2506,7 +2506,10 @@ function(){
<div class="section">
<h2 id="varargs">The procedure modifier varargs</h2>
Appending the <b>varargs</b> modifier to a procedure allows to pass arbitrary
more parameters to a function. To access these non typed arguments use
more parameters to a function. By default these parameters are untyped, i.e.
any type fits. Alternatively you can use <b>varargs of aType</b> to allow
only specific types.<br>
To access these arguments use
either <i>JSArguments</i> from unit JS or an <i>asm..end</i> block.
<table class="sample">
<tbody>