REBOL[]for x - r: do input r 1[c: copy""print for y - r r 1[append c either x * x +(y * y)>(r * r)[" "]['*]]]