Arc Forum
new
|
comments
|
leaders
|
submit
login
1 point
by
cooldude127
6092 days ago |
link
|
parent
table does make a table out of it's arguments:
arc> (table 'a 'b 'c 'd) #hash((c . d) (a . b))
3 points
by
almkglor
6092 days ago |
link
^^ LOL, I modified that ^^. Didn't want to use (obj ...) because (obj ...) was a macro, and I might want to do things in a function-form.
-----
2 points
by
kens
6092 days ago |
link
Is this the Anarki version? The official version of table takes no arguments.
-----
5 points
by
cooldude127
6092 days ago |
link
yes it is. i didn't realize that table was different in anarki. well, there is always listtab, but seriously, table should work like the anarki version.
-----