git @ Cat's Eye Technologies SixtyPical / 0.14 eg / rudiments / copy.60p
0.14

Tree @0.14 (Download .tar.gz)

copy.60p @0.14raw · history · blame

byte bar
byte baz

routine main
  inputs baz
  outputs bar
  trashes a, n, z
{
  copy baz, bar
}