view testworkerlitcomplex.rhope @ 123:4e4ecbca0b5d

Add bitwise and and or
author Mike Pavone <pavone@retrodev.com>
date Thu, 28 Oct 2010 21:05:24 -0400
parents a844c623c7df
children
line wrap: on
line source


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