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

3 lines
105 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
constant integer r_my_func = routine_id("myroutine")
?call_func(r_my_func,{1}) -- displays {1,"default"}