diff testlistliteral.rhope @ 91:bcdc326b3d6e

Added basic support for list literals in compiler. Updated todo list.
author Mike Pavone <pavone@retrodev.com>
date Sat, 31 Jul 2010 17:17:23 -0400
parents
children e73a93fb5de1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/testlistliteral.rhope	Sat Jul 31 17:17:23 2010 -0400
@@ -0,0 +1,5 @@
+
+Main[]
+{
+	Print[Fold[+[?], 0, (5,27,39,43)]]
+}