Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

usr [2019/05/08 07:50] – created neilsusr [2019/05/08 07:51] (current) – [USR()] neils
Line 7: Line 7:
   usr%(<int address> [, <any arg1>, <any arg2>, ...])   usr%(<int address> [, <any arg1>, <any arg2>, ...])
  
-The ''USR'' function passes an arbitrary length of parameters to a machine language routineexecutes it, and then uses the return value of the machine language routine as the value of the function.+The ''USR'' function passes an arbitrary length of parameters to a machine language routine and executes it. The function is evaluated to the return value of the ML routine.
  
 Example: Example: