githubEdit

🎭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 typeschevron-right

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

πŸ”€Reference typeschevron-right

Last updated