section n of routines in std.i

yorick banner

Home

Manual

Packages

Global Index

Keywords

Quick Reference

functions in std.i - n

 
 
 
nallof


 nallof  
 
builtin function, documented at i0/std.i   line 742  
SEE allof  
 
 
 
nameof


             nameof(object)  
 
     If OBJECT is a function or a structure definition, returns the  
     name of the func or struct as it was defined (not necessarily  
     the name of the variable passed to the nameof function).  

builtin function, documented at i0/std.i   line 409  
SEE ALSO: typeof  
 
 
 
noneof


 noneof  
 
builtin function, documented at i0/std.i   line 742  
SEE allof  
 
 
 
numberof


             numberof(object)  
 
     returns the number of elements if object is an array, or 0 if not.  

builtin function, documented at i0/std.i   line 393  
SEE ALSO: sizeof,   dimsof,   typeof,   structof