newLISP Fan Club

Forum => newLISP newS => Topic started by: Kazimir Majorinc on July 24, 2008, 04:29:26 PM

Title: What is $args?
Post by: Kazimir Majorinc on July 24, 2008, 04:29:26 PM
It looks the same as (args). Is it documented, I cannot find it.
Title:
Post by: Lutz on July 24, 2008, 06:30:40 PM
'$args' is an internal variable containing the list of arguments of the current function or macro arguments not bound by function parameters, 'args' is a function to retrieve the contents of '$args'.
Title:
Post by: DrDave on July 25, 2008, 12:31:14 AM
I think it would be nice to have in the manual a table that displays all the system symbols and a description of each.
Title:
Post by: HPW on July 25, 2008, 01:27:47 AM
Isn't the left frame of ...newlispmanual_frame.html good as a listing?

There is also (args) which is documented.
Title:
Post by: DrDave on July 26, 2008, 06:04:33 AM
Quote from: "HPW"Isn't the left frame of ...newlispmanual_frame.html good as a listing?

There is also (args) which is documented.


It's a good listing, but no descriptions.