int

Convert to an character value or create an int variable.

Syntax

result = int ( value ) ;

int variable [= value] ;

Arguments

list value

Return Value

int result

Exceptions

%ARGUMENT : Invalid arguments. Usage: int variable [= value] ;

%IDENTIFIER : 'variable' argument is not a valid identifier, literal, or reference

Description

None

Examples

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

Related Links

long