CodeGen icon indicating copy to clipboard operation
CodeGen copied to clipboard

add return expression

Open dafik opened this issue 9 years ago • 1 comments

new ReturnExpr($expr)

should produce:

return $expr

dafik avatar Nov 10 '15 14:11 dafik

I think this shall be fine. Maybe just ReturnStatement

c9s avatar Mar 14 '16 09:03 c9s