git @ Cat's Eye Technologies Tamsin / master eg / bits.tamsin
master

Tree @master (Download .tar.gz)

bits.tamsin @masterraw · history · blame

1
2
3
4
5
# This example Tamsin program was written by Chris Pressey, and is
# hereby placed in the public domain.  It comes with NO WARRANTY.

main = bit & {"," & bit} & ".".
bit = "0" | "1".