Last updated
Last updated
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.
In Snowball, reference types provide a safe way to refer to and manipulate data without exposing low-level memory management