Skip to content
This repository was archived by the owner on Jun 6, 2021. It is now read-only.

Missing: Assignment statement #30

Open
Vengarioth opened this issue Nov 27, 2017 · 0 comments
Open

Missing: Assignment statement #30

Vengarioth opened this issue Nov 27, 2017 · 0 comments

Comments

@Vengarioth
Copy link
Member

Vengarioth commented Nov 27, 2017

Missing: Assignment statement

Summary

We're missing a basic (re-) assignment expression.

Examples

fn test() -> f32 {
    let x = 1.0;
    x = 2.0;
    return x;
}
@Vengarioth Vengarioth changed the title Missing: Standalone expressions Missing: Assignment statement Jan 22, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant