Newer
Older
zweic / tests / 2 / arithmetic.zwei
@glproj03 glproj03 on 23 Nov 2005 88 bytes more tests
class arith {
	Int euler (Int temp) {
		a = b;
		tramp = 1+1*5/9;
		return 4
	}
}

runit