example1.ksh

#!/bin/ksh

# This prints a line.
print "Hi. This is a test."

print "Hi. This is another test." # This is another comment.