Skip to content

Instantly share code, notes, and snippets.

@ivanionut
Created March 7, 2017 21:06
Show Gist options
  • Save ivanionut/9fe271cd7000eca5b907df2afb9cdb1d to your computer and use it in GitHub Desktop.
Save ivanionut/9fe271cd7000eca5b907df2afb9cdb1d to your computer and use it in GitHub Desktop.
bug lucee?
<cfscript>
public any function test(
required numeric id
, required text hint="lorem ipsum"
) {
return true;
}
writedump(test(1,"2"));
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment