git @ Cat's Eye Technologies Castile / master eg / cat.castile
master

Tree @master (Download .tar.gz)

cat.castile @masterraw · history · blame

1
2
3
4
5
6
7
8
fun main() {
  c = read(1);
  l = 0;
  while (len(c) == 1) {
    l = write(c);
    c = read(1)
  }
}