Function Macro

ValentGOTO

unstable since: 1.0

Declaration [src]

#define VALENT_GOTO (
  _l
)

Description [src]

Traces the jump to a label in a function. Use this instead of goto to jump to _l and log the label.

Available since: 1.0

This function is not directly available to language bindings.

Parameters

_l

Type: -

The label to jump to.