Guest User

Untitled

a guest
Aug 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <cfscript>
  2.  
  3. condition = 1;
  4.  
  5. if ( condition eq 1) {
  6. WriteOutput( 'Learning is fun!' );
  7. }
  8.  
  9. </cfscript>
Add Comment
Please, Sign In to add comment