mirror of
https://github.com/denoland/std.git
synced 2024-11-22 04:59:05 +00:00
5 lines
204 B
Plaintext
5 lines
204 B
Plaintext
# This is a comment
|
|
FOO=bar # This is an inline comment
|
|
GREETING= "hello world" # hello world
|
|
SPECIAL_CHARACTERS_UNQUOTED=123 #Some text !@# []
|
|
SPECIAL_CHARACTERS_UNQUOTED_NO_SPACES=123#Some text !@# [] |