2 lines
105 B
Text
2 lines
105 B
Text
constant integer r_my_func = routine_id("myroutine")
|
|
?call_func(r_my_func,{1}) -- displays {1,"default"}
|