🎭Types

Snowball is a statically-typed programming language, meaning that all variables and expressions have a specific type that is determined at compile-time. Snowball provides various built-in types to represent different kinds of data.

🔢Primitive types

In Snowball, reference types provide a safe way to refer to and manipulate data without exposing low-level memory management

🔀Reference types

Last updated

Was this helpful?