I'm trying to display a yes/no menu from Karel. From TP, it would look like this:
CALL MHPRMPTY(2,37)
I can call MHPRMPTY from Karel using CALL_PROG but I can't figure out how to pass the arguments and I can't find anything about it in the karel reference manual. Any help would be appreciated. Thanks.