Editor Plugins
English
Appearance
return use for function fn return a value and break the function. return can only appear in the function.
return
fn foo(count: number): number { return count + 1; }