view testworkerlitcomplex.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 a844c623c7df
children
line wrap: on
line source


Main[]
{
	foo <- [1]+[2]
	Print[[[foo]+[?]]Call[1]]
}