Case-sensitivity of identifiers: Difference between revisions

Content deleted Content added
This is a real task. The only thing in dispute is the name which can easily change.
→‎{{header|Common Lisp}}: The style warnings come from SBCL.
Line 63: Line 63:
; caught 2 STYLE-WARNING conditions
; caught 2 STYLE-WARNING conditions
"There is just one dog named Bernie."</lang>
"There is just one dog named Bernie."</lang>

The style warnings come from [[SBCL]].

=={{header|D}}==
=={{header|D}}==
<lang d>import std.stdio;
<lang d>import std.stdio;