| System Variables |
|
| Numeric System Variable | |
| Contents | Integer, operating system error + 256. |
| Description | This numeric system variable returns an integer reporting the operating system's error code associated with the last operating call. ProvideX generates this value by adding 256 to the error code value in the ERR system variable. |
| See Also | ERR Last System-Detected Error Value. |
| Example | -: PRINT "RET = ",RET RET = 258 |