Advertisement
Zavada

Untitled

Dec 26th, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. print "Starting loop";
  2. for(;0<1;){
  3. IO.exec("echo %time%>a");
  4. var a = String::IO.read("a");
  5. print a;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement