GEL is similar to other scripting languages in that # denotes
	      a comment, that is text that is not meant to be evaluated.  Everything beyond the
	      pound sign till the end of line will just be ignored.  For example,
# This is just a comment # every line in a comment must have its own pound sign # in the next line we set x to the value 123 x=123;