Newer
Older
zweic / tests / 5 / class3.zwei
@glproj03 glproj03 on 6 Feb 2006 86 bytes compiler working!
//#isut
class A {
	Int a(Int b, Int c) {
		return b * c
	}
}
new A().a(71, 72)