Comment

Comment syntax is adding the comment syntax of both Python and C

#This is a comment
//This is also a comment
/*This is a 
very big comment */

Last updated