#!/usr/koeki/bin/ruby c=10 while c != 0 printf("%f\n", c/10.0) c -= 1 sleep 0.7 end printf("¤ª¤·¤Þ¤¤\n")