git @ Cat's Eye Technologies Velo / master eg / recur.velo
master

Tree @master (Download .tar.gz)

recur.velo @masterraw · history · blame

1
2
3
4
5
6
7
8
count = {
  temp = #1
  if (temp.equals {XXXXXX}), { IO.print {Done!}}, {
    IO.print temp
    count temp.concat {X}
  }
}.method
count {X}