aDotInTheVoid / skate

Skateboard for the mind
Apache License 2.0
2 stars 0 forks source link

Cannot reasign vars #37

Closed aDotInTheVoid closed 3 years ago

aDotInTheVoid commented 3 years ago
fn main() {
    let x = 2;
    print x;
    x = 3;
    print x;
}
aDotInTheVoid commented 3 years ago

Will be closed by https://github.com/aDotInTheVoid/skate/tree/lvalues

aDotInTheVoid commented 3 years ago

Closed by #45