Comment Syntax: Difference between revisions
Jump to navigation
Jump to search
+ postman
m (→C: CSS, Cron) |
(+ postman) |
||
| Line 79: | Line 79: | ||
</pre> | </pre> | ||
==P: Perl, PHP, Python== | ==P: Perl, PHP, Postman, Python== | ||
Perl Code<ref>[http://www.tizag.com/perlT/perlsyntax.php perl - syntax]</ref>: | Perl Code<ref>[http://www.tizag.com/perlT/perlsyntax.php perl - syntax]</ref>: | ||
<pre> | <pre> | ||
| Line 100: | Line 100: | ||
<pre> | <pre> | ||
; single line comment | ; single line comment | ||
</pre> | |||
Postman<ref>[https://github.com/postmanlabs/postman-app-support/issues/3358 Feature request: Raw body editor JSON comment · Issue #3358 · postmanlabs/postman-app-support · GitHub]</ref> | |||
<pre> | |||
// single line comment | |||
</pre> | </pre> | ||