Comment Syntax: Difference between revisions
Jump to navigation
Jump to search
m
+ Dockerfile
(+ postman) |
m (+ Dockerfile) |
||
| Line 30: | Line 30: | ||
</pre> | </pre> | ||
==D: DOS== | ==D: DOS, Dockerfile == | ||
DOS Command Code<ref>[http://www.csulb.edu/~murdock/rem.html DOS Command: REM]</ref>: | DOS Command Code<ref>[http://www.csulb.edu/~murdock/rem.html DOS Command: REM]</ref>: | ||
<pre> | <pre> | ||
REM [comment] | REM [comment] | ||
ex: REM single line comment | ex: REM single line comment | ||
</pre> | |||
Dockerfile | |||
<pre> | |||
# single line comment | |||
</pre> | </pre> | ||