commentTest.frink

Download or view commentTest.frink in plain text format


// Single-line comment.
println["This is not a comment."]

/* This tests multi-line comments. */
println["after 1"]

/* This is a comment which is really long because it has lots of words and 
   that spans multiple
   lines.
   Burma-shave. */

println["after 2"]

/*  This comments out a whole block.
println["inside comment"]
  /* This is a nested comment.
     println["in nested comment"]
  */


   Currently XEmacs doesn't support nested comments, so the syntax highlighter
   will display this improperly.
*/
println["after 3" /*and inline*/ ]

// Single-line comment.
println["after 4"]



Download or view commentTest.frink in plain text format


This is a program written in the programming language Frink.
For more information, view the Frink Documentation or see More Sample Frink Programs.

Alan Eliasen was born 19967 days, 5 hours, 59 minutes ago.