Assignment expressions working
This commit is contained in:
@@ -3,5 +3,10 @@ fn doStuff() {
|
||||
return 234.5;
|
||||
};
|
||||
|
||||
return i;
|
||||
}
|
||||
i = 5;
|
||||
|
||||
// This comment is going to be ignored.
|
||||
return i; // we returned here
|
||||
}
|
||||
|
||||
doStuff();
|
||||
Reference in New Issue
Block a user