0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

いろいろな言語のコメントアウト文

Last updated at Posted at 2024-08-13

自然文の中で書かれるコメントアウト文は、その人の好みがあらわれてちょっと面白いですよね。私は lisp にならって ``` ;; ''' を使うことが多いです。

言語名 1ライン 複数行
C /* ... */
C++ // ... /* ... */
Rust 同上 同上
Jave 同上 同上
Scala 同上 同上
Go 同上 同上
Perl # ... =pod ... =cut
Pascal { ... }
lisp ; ... #| ... |#
Haskell -- .. {- ... -}
bash # ... : << COMMENT ... COMMENT
zsh 同上 同上
csh 同上 同上(若干仕様異なる)
ruby # ... =begin ... =end
python # ... """ ... """
R # ...
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?