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:
+1
-1
@@ -64,7 +64,7 @@ fn main() {
|
||||
}
|
||||
|
||||
// match inside a loop (break/continue still work)
|
||||
let found = 0
|
||||
mut found = 0
|
||||
for i in 0..10 {
|
||||
match i {
|
||||
4 {
|
||||
|
||||
Reference in New Issue
Block a user