machine_func
| Definition: | object x1 = machine_func(integer i, object x) |
| Description: |
Note: This routine is supported for legacy purposes only.
It is not needed in Phix.
Perform a machine-specific operation such as graphics and sound effects. This routine should normally be called indirectly via one of the library routines in a Euphoria include file. A direct call might cause a machine exception if done incorrectly. |
| pwa/p2js: | Not supported. |
| Implementation: | See builtins\pmach.e (an autoinclude) for details of the actual implementation. |
| See Also: | machine_proc |