latestResultOrNull

fun latestResultOrNull(): AvailObject?

Answer the latest result produced by a successfulprimitive, 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.