testdirectuse.ti (87B)
1 DEBUG; 2 3 func test(int i) -> int: 4 { 5 return i + 3; 6 } 7 8 print test(1 + 2) + test(3 + 4); 9