We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
With these blocks, you can create separate functions.
function do_something { }
function do_something { return variable; }
function do_something { if (isTrue) { return 1; } return 0; }
do_something()
There was an error while loading. Please reload this page.