| ▲ | rvba 4 hours ago | |
> In herd, everything is immutable unless declared with var So basucally everything is var? | ||
| ▲ | jcparkyn 3 hours ago | parent [-] | |
I'm not sure if I understand the question? There are two ways to define a variable binding:
The "default" behaviour (if no keyword is used) is to define a new immutable variable. | ||