changes.mady.by.user J. Duke
Saved on Mar 01, 2009
...
public class Simple { public static int tailcaller(int x) { if (x==0) return x+1; return goto tailcaller(x-1); } }
... more to come.
There currently exist two branches