debug

Set or clear debug flags.

Syntax

prevFlags = debug ( [ flags ] ) ;

Arguments

int flags (optional)

Return Value

int prevFlags

Warnings

%INVALID : The debug flags were invalid.

Exceptions

%ARGUMENT : Invalid arguments. Usage: prevFlags = debug ( [ flags ] ) ;

Description

The debug flags were created primarily to facilitate the creation on the HyperScript programming language by displaying the inner workings of the language as it parses and executes.

Examples

To execute the example below, press or modify the example to try different variations.

Related Links

None