RosettaCodeData/Task/Call-a-function/Phix/call-a-function-5.phix

3 lines
105 B
Plaintext

constant integer r_my_func = routine_id("myroutine")
?call_func(r_my_func,{1}) -- displays {1,"default"}