mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 15:37:18 +00:00
Tier Three: Added threads/jobs
This commit is contained in:
@@ -80,6 +80,7 @@ pub mut:
|
||||
pub struct Stmt {
|
||||
pub mut:
|
||||
kind StmtKind
|
||||
mutable bool // let_stmt/destruct_stmt: bound with `mut` (reassignable)
|
||||
target string
|
||||
idx_target string // for_in_stmt: index variable name (empty when unused)
|
||||
destruct_targets []string // destruct_stmt: names to bind
|
||||
|
||||
Reference in New Issue
Block a user