Skip to content

Comments #7

@SK1Y101

Description

@SK1Y101

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions