Index | Library Routines | Dynamic Calls
|
|
Dynamic Calls
These routines let you call Phix procedures and functions using a unique integer known as a routine identifier, rather than by specifying the name of the routine.
|
| routine_id?
| -
| get a unique identifying number for a Phix routine
|
| call_proc?
| -
| call a Phix procedure using a routine id
|
| call_func?
| -
| call a Phix function using a routine id
|
< floatNN_to_atom? | Index | routine_id? >