TI-84 programming parameter
问题 Is it possible to execute a program within another program that requires parameters? (without inlining it) E.g. ________________ - PROGRAM:ADD - :Prompt A,B - :A+B>C ________________ - PROGRAM:TEST - :For(I,0,20) - :Disp (prgmADD (I,I+1)) - :End_________ Obviously this doesn't work the way it currently is, but I hope I made it clear what I'm getting at. 回答1: I don't think there is a way to do that - you're basically asking to fake user input, which isn't supported. The way I have gotten