๐ŸŽญ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.

๐Ÿ”ขpagePrimitive types

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

๐Ÿ”€pageReference types

Last updated