Numargs: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(New page: ''native numargs();'' '''Found in:''' core.inc ==Description== This function allows the user to test how many arguments a function was invoked with. This is useful when using functions wh...)
 
(small gone)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
''native numargs();''
This article used to be about a Small scripting feature. It got removed from Eternity so it is no longer available.
 
'''Found in:''' core.inc
==Description==
This function allows the user to test how many arguments a function was invoked with. This is useful when using functions which accept a variable number of arguments by using the "..." syntax.
 
=====Return value=====
Number of arguments with which the function was invoked.
 
==See also==
[[Small#Functions|Small Functions]]

Latest revision as of 17:08, 7 August 2013

This article used to be about a Small scripting feature. It got removed from Eternity so it is no longer available.