leekscript-next icon indicating copy to clipboard operation
leekscript-next copied to clipboard

return?

Open 5pilow opened this issue 5 years ago • 0 comments

Instead of:

var result = getFromComplexFunction(arguments)
if (result) {
    return result
}

new syntax:

return? getFromComplexFunction(arguments)

5pilow avatar Aug 06 '20 19:08 5pilow