RosettaCodeData/Task/Comments/Apex/comments.apex

5 lines
120 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
System.debug ('I will execute'); // This comment is ignored.
/*
I am a large comment, completely ignored as well.
*/