int

Top  Previous  Next

Scripts > Class elements and c++ instructions > Interpreted C++ instructions > Variable types > int

 

Syntax

 

int <identifier> ;

 

Description

 

The int type specifier defines an integer data type, which can hold values in the range 32768 - +32767.

 

Integer constants can be written in an octal or hexadecimal notation too.



This page belongs to the TextTransformer Documentation

Home  Content  German