leekscript-next
leekscript-next copied to clipboard
return?
Instead of:
var result = getFromComplexFunction(arguments)
if (result) {
return result
}
new syntax:
return? getFromComplexFunction(arguments)