0

Can I write comments inside the code?

Hey,

I want to give comments inside the code.

Example : sum = number(a) + number(b) (// this is the sum of two numbers).

2 replies

null
    • commerciale
    • 2 yrs ago
    • Reported - view

    You can write the comments inside " "

    For Example:

    "This is a comment";

    sum = number(a) + number(b);

    • Deepak_Kumar
    • 2 yrs ago
    • Reported - view

    Thanks it's worked.

Content aside

  • 2 yrs agoLast active
  • 2Replies
  • 255Views