Command: length_lp

NEST HelpDesk Command Index NEST Quick Reference

Name:
 length_lp - counts elements of a literal procedure
Synopsis:
 literal procedure length_lp -> int
 
Examples:
 { {1 2 3} } 0 get length_lp -> 3
 
Remarks:
 0 get is needed to make sure that procedure is still 
literal procedure, when it is evaluated. Use length if you are 
not sure of the data type.  

Author:
 docu by Sirko Straube
 
SeeAlso:length
Source:
 /home/abuild/rpmbuild/BUILD/nest-2.4.1/sli/slidata.cc

NEST HelpDesk Command Index NEST Quick Reference

© 2000-2010 The NEST Initiative