The Yoix® Scripting Language
0
import yoix.stdio.*; import yoix.thread.*; int n; for (n = 0; n < 20; n++) { sleep(.5); putchar('.'); }