git @ Cat's Eye Technologies SixtyPical / 0.4 eg / add-fail.60p
0.4

Tree @0.4 (Download .tar.gz)

add-fail.60p @0.4raw · history · blame

1
2
3
4
5
6
routine add_four
  inputs a
  outputs a
{
    add a, 4
}