Migrated from archived repository issue.
e.g.
let myString = "hey this is my string"
let thread = new Thread({
Console.log("INSIDE THREAD... ABOUT TO WAIT")
Thread.sleep(2000)
Console.log("After waiting....................!")
Console.log("my string: #myString")
})
Migrated from archived repository issue.
FlatLang/Flat-COriginal Issue Body
e.g.