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.
Lista Forumurilor Pe Tematici
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login

POZE MRRRR'S FORUM (VIEW ONLY)

Nu sunteti logat.
Nou pe simpatie:
Mariatha 25 ani
Femeie
25 ani
Prahova
cauta Barbat
25 - 52 ani
Mrrrr's Forum (VIEW ONLY) / Tutoriale si Ghiduri Utile // Tutorials and useful guides / [GENERAL] How To Add Comments in Various Programming Languages Moderat de TRaP, TonyTzu
Autor
Mesaj Pagini: 1
Mrrrr
AdMiN

Inregistrat: acum 17 ani
Postari: 2186
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:


_______________________________________


pus acum 4 luni
   
Pagini: 1  

Mergi la