mirror of
https://github.com/bearlanguageorg/bear.git
synced 2026-08-26 16:07:01 +00:00
Tier Three: Added threads/jobs
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// compound assignment operators: +=, -=, *=, /=
|
||||
|
||||
fn main() {
|
||||
let x = 10
|
||||
mut x = 10
|
||||
println(x)
|
||||
|
||||
x += 5
|
||||
|
||||
Reference in New Issue
Block a user