latest Result Or Null
Answer the latest result produced by a successful primitive, or the latest error code number produced by a failed primitive. Answer null if no such value is available. This is useful for saving/restoring without knowing whether the value is valid.
Return
The latest result (or primitive failure value) or null.