static void factorialTest(Args _args) { int i; ; while (i < 100) { i++; info(strfmt('%1 - %2',i,Global::factorial(i))); } }