single line comments
C:
“// this is a comment”
Python:
“# this is a comment”
I propose using some thing like:
“Comment: this line is a comment”
Block (multi line) comments
C:
“/* this entire thing is a comment
- Every single line, in fact */“
Python:
“ ‘’’ this entire thing is a comment
Every single line in fact ‘’’ “
This language:
I don’t actually know yet.
single line comments
C:
“// this is a comment”
Python:
“# this is a comment”
I propose using some thing like:
“Comment: this line is a comment”
Block (multi line) comments
C:
“/* this entire thing is a comment
Python:
“ ‘’’ this entire thing is a comment
Every single line in fact ‘’’ “
This language:
I don’t actually know yet.