RosettaCodeData/Task/Comments/Apex/comments.apex

5 lines
120 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
System.debug ('I will execute'); // This comment is ignored.
/*
I am a large comment, completely ignored as well.
*/