RosettaCodeData/Task/Comments/Phix/comments-2.phix
2016-12-05 23:44:36 +01:00

10 lines
155 B
Text

/*
This is a comment
procedure oldproc()
/*
This is also a comment
*/
puts(1,"kill me now")
end procedure
*/
puts(1,"this is not a comment")