Squirrel is dynamically typed, meaning you don't need to declare a variable's type explicitly.

: Squirrel uses reference counting and a garbage collector to handle memory automatically.

: Use the local keyword for variables within a specific scope. Example: local x = 10;