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

Tree @0.10 (Download .tar.gz)

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

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