/**
  * Prints a comment
  */
 public static function printComment($comment)
 {
     ModulaiseUtils::printComment($comment);
 }