Comment

Jmnote (토론 | 기여)님의 2013년 12월 8일 (일) 13:57 판 (→‎CMD)

1 Bash

# comments
echo "Hello World!" # shows Hello World!

2 C

// inline comment
/* Comment */
/*
Comment
*/

3 C++

4 C#

5 CMD

REM comment

6 HTML

<!-- Comment -->

7 Lua

-- Comment

8 PHP

bash style + c style

# inline comment
// inline comment
/* Comment */
/*
Comment
*/

9 Python

# inline comment
"""
multiline Comment
"""

10 SQL

-- inline comment
/*
Comment
*/

11 VB

inline only

'Comment
'Comment
Option Explicit
Private Sub Form_Load()
    MsgBox "Hello, World!" ' Comment
End Sub
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}