RosettaCodeData/Task/Comments/Phix/comments-2.phix

11 lines
155 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
/*
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")