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

Tree @0.2 (Download .tar.gz)

add-fail.60p @0.2

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