What is $args?

Started by Kazimir Majorinc, July 24, 2008, 04:29:26 PM

Previous topic - Next topic

Kazimir Majorinc

It looks the same as (args). Is it documented, I cannot find it.
http://kazimirmajorinc.com/\">WWW site; http://kazimirmajorinc.blogspot.com\">blog.

Lutz

#1
'$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'.

DrDave

#2
I think it would be nice to have in the manual a table that displays all the system symbols and a description of each.
...it is better to first strive for clarity and correctness and to make programs efficient only if really needed.

\"Getting Started with Erlang\"  version 5.6.2

HPW

#3
Isn't the left frame of ...newlispmanual_frame.html good as a listing?

There is also (args) which is documented.
Hans-Peter

DrDave

#4
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.
...it is better to first strive for clarity and correctness and to make programs efficient only if really needed.

\"Getting Started with Erlang\"  version 5.6.2