CORONA_ASSERT_NOT_REACHED()

Revision Release 2024.3703
Keywords iOS, Solar2D Native, C, CoronaAssert.h, CORONA_ASSERT_NOT_REACHED
See also CoronaAssert.h
Corona C Functions

Overview

Use this to mark areas of code which should never be reached. In systems programming, for example, you would place this after a continuation.

Syntax

CORONA_ASSERT_NOT_REACHED()