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

Tree @0.11 (Download .tar.gz)

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

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