What's the formal name for this Syntax?
Posted
by rlb.usa
on Stack Overflow
See other posts from Stack Overflow
or by rlb.usa
Published on 2010-04-27T04:34:38Z
Indexed on
2010/04/27
4:43 UTC
Read the original article
Hit count: 168
Sometimes in Scheme, I have functions that take arguments like this
add 3 4
What do you call this kind of "list" where it's elements are like a1 a2 a3
? I don't think you can call it a list because lists are contained in parenthesis and elements are comma-seperated.
© Stack Overflow or respective owner