view kerneljs.rhope @ 167:690ed78ead8a

Some type inference fixes and make method calls into regular calls when first arg type is known at compile time
author Mike Pavone <pavone@retrodev.com>
date Mon, 04 Apr 2011 01:41:19 -0400
parents fc3815b7462f
children
line wrap: on
line source

Import kernelbase.rhope
Import arrayjs.rhope
Import stringjs.rhope

Blueprint Boolean
{
	Val(Boolean,Naked)
}