Newer
Older
zweic / tests / 2 / mechant3.zwei
@glproj03 glproj03 on 23 Nov 2005 138 bytes Fixed bug in Parser (recursive Factor).
  1. class test{
  2. factoriel monfact;
  3.  
  4. String toString() {
  5. monfact.soString(4, 5, {int = 5;});
  6. }
  7. }
  8.  
  9. test.toString(1,2,3)