Skip to end of banner
Go to start of banner

print

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Returns the printable string in the application log. This routine is similar to printing a string on the console in any programming language.

None

if(isNotNull(dueDate))
{
  print("You should complete this task before " + dueDate);
}
else
  print("This task has no deadline!");

  • No labels