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

Tree @master (Download .tar.gz)

bitpair.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  A & bit  B & return pair(A,B).
bit = "0" | "1".