#!/usr/koeki/bin/ruby # coding: euc-jp c=1.0 while c != 0.0 printf("%f\n", c) c -= 0.1 sleep 0.7 end printf("¤ª¤·¤Þ¤¤\n")