define void findseed() { auto x, i, s s = scale scale = 0 for (i = 0; i < 12; i++) if (rand() % 10 < 1) x += 1 scale = s print "Your seed is a ", x, " eye" }