mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
Tiny doc update: var is not an expression. (#812)
This commit is contained in:
@@ -89,8 +89,8 @@ When a variable is marked as `returned`, it must be the only `returned` value
|
||||
in-scope.
|
||||
|
||||
If a `returned var` is returned, the specific syntax `return var` must be used.
|
||||
Returning other expressions is not allowed while a `returned var` is in scope.
|
||||
For example:
|
||||
Returning expressions is not allowed while a `returned var` is in scope. For
|
||||
example:
|
||||
|
||||
```carbon
|
||||
fn MakeCircle(radius: Int) -> Circle {
|
||||
|
||||
Reference in New Issue
Block a user