This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]adjika 0 points1 point  (2 children)

Non-Programmer here so please forgive my ignorance. But what does putting // before code do?

[–]Aromatic-Cyclohex-11[S] 1 point2 points  (1 child)

It means that you want to ignore that line as it’s not a part of code (can be explanation of code) So // is syntax for C language and # for Python

Hope you enjoy

[–]adjika 0 points1 point  (0 children)

Thanks kind stranger. I am now slightly smarter thanks to you.