manual: remove 'analogy' between return and return. meaningless.
This commit is contained in:
parent
544d36bc4d
commit
73d4417dc7
@ -2330,8 +2330,7 @@ return_expr : "return" expr ? ;
|
||||
~~~~~~~~
|
||||
|
||||
Return expressions are denoted with the keyword `return`. Evaluating a `return`
|
||||
expression^[A `return` expression is analogous to a `return` expression
|
||||
in the C family.] moves its argument into the output slot of the current
|
||||
expression moves its argument into the output slot of the current
|
||||
function, destroys the current function activation frame, and transfers
|
||||
control to the caller frame.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user