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

Tree @rel_0_2 (Download .tar.gz)

cat.castile @rel_0_2raw · history · blame

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