/** Demonstrates getComment api function. */
 protected void demo3() throws IOException, UnknownHostException, CycApiException {
   Log.current.println("Demonstrating getComment api function.\n");
   String comment = cycAccess.getComment(cycAccess.getKnownConstantByName("bordersOn"));
   Log.current.println("\nThe obtained comment is:\n" + comment);
 }