mutable decl syntax change
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ roadmap and milestone history.
|
||||
### source, declarations, and packages
|
||||
|
||||
- newline-terminated statements and `#` comments
|
||||
- immutable `::` bindings, typed mutable `=` locals/globals, and `_` sinks
|
||||
- immutable `name :: value` / `name Type :: value` bindings and mutable `name := value` / `name Type := value` bindings
|
||||
- `=` is assignment, including `_ = value` sinks; keyed record initializers and named struct field defaults also use `=`
|
||||
- immutable package globals, mutable runtime globals, function-local mutable locals, and mutable declarations initialized with `undefined`
|
||||
- package-level functions, globals, native type declarations, and `Name :: alias T`
|
||||
- directory packages with merged declarations
|
||||
|
||||
Reference in New Issue
Block a user