Newer
Older
zweic / tests / 2 / mechant3.zwei
@glproj03 glproj03 on 23 Nov 2005 138 bytes Fixed bug in Parser (recursive Factor).
class test{
       factoriel monfact;

       String toString() {
		 monfact.soString(4, 5, {int = 5;});
       }
}

test.toString(1,2,3)