#!/usr/bin/earl #x=0; while(#x != 10) { #x = #x+1; print #x; } #!/end