March 2014 update
This commit is contained in:
parent
09687c4926
commit
a25938f123
1846 changed files with 21876 additions and 5203 deletions
|
|
@ -0,0 +1,5 @@
|
|||
$ txr -p "(mapcar (op mapcar (op * 2)) (list (range 0 3) (range 2 8 2)))"
|
||||
((0 2 4 6) (4 8 12 16))
|
||||
|
||||
$ txr -p "(mapcar (op mapcar (op * @1 @1)) (list (range 0 3) (range 2 8 2)))"
|
||||
((0 1 4 9) (4 16 36 64))
|
||||
Loading…
Add table
Add a link
Reference in a new issue