Remarks

Remarks are comments that are introduced by the pound (or hash) sign (#). All text that follows the pound sign on the same line is considered part of the remark and is ignored. A remark can start in any column.

The following example demonstrates the use of remarks:

#The HelloWorld application is one of the most simple
print 'Hello World' # print the Hello World line