Skip to content

Instantly share code, notes, and snippets.

@isummation
Last active September 30, 2016 04:58
Show Gist options
  • Save isummation/6220078 to your computer and use it in GitHub Desktop.
Save isummation/6220078 to your computer and use it in GitHub Desktop.
<cfscript>
emp = new employee();
emp.firstname="Pritesh";
emp.lastname = "Patel";
fullname = emp.getFullname();
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment