Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Nou pe simpatie: sayler_moon_19
 | Femeie 25 ani Bacau cauta Barbat 26 - 46 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| #1 |
|
|
VBA
' this is a one line comment
Rem this is also a one line comment
' this is a multiple line comment _ notice the end character on each _ of the lines except this last one
VBScript
' this is a one line comment
VBS does not support block comments.
Powershell
# this is a one line comment
<# comment goes here, on as many lines as you want #>
HTML
<!-- comment goes here, on as many lines as you want -->
CSS
/* comment goes here, on as many lines as you want */
JavaScript
// this is a one line comment
/* comment goes here, on as many lines as you want */
Windows Registry file .reg
; this is a one line comment
Windows Batch file .bat
Rem Sth this is a one line comment
More: https://dotnetcrunch.in/comments-in-dif ... languages/
_______________________________________

|
|
| |
|