Zoho Creator Deluge: Is there a syntax for setting function parameter defaults?
I have a deluge function displayData(string id, bool update) { .... }
displayData(string id, bool update) { .... }