Int - Reapism/Skork GitHub Wiki
What is an int? The int keyword in Skork represents a 32-bit signed integer.
Example:
int i;
// declares a variable i type int.
What is an int? The int keyword in Skork represents a 32-bit signed integer.
Example:
int i;
// declares a variable i type int.