Case-sensitivity of identifiers: Difference between revisions

Content deleted Content added
Chunes (talk | contribs)
m →‎{{header|Factor}}: added imports
Chunes (talk | contribs)
Line 449: Line 449:
Factor identifiers are case-sensitive.
Factor identifiers are case-sensitive.
<lang factor>USING: formatting locals ;
<lang factor>USING: formatting locals ;
IN: scratchpad [let
IN: scratchpad
[let
"Benjamin" :> dog
"Benjamin" :> dog
"Samba" :> Dog
"Samba" :> Dog