Content deleted Content added
m →Use in programming languages: use <code> for code |
m improve link: R (programming language) |
||
Line 38:
|-
| <code>''</code>
| [[APL (programming language)|APL]], [[Delphi (programming language)|Delphi]], [[JavaScript]], [[MATLAB]], [[Pascal (programming language)|Pascal]], [[Perl]], [[PHP]], [[Python (programming language)|Python]], [[R (programming language)|R]], [[Ruby (programming language)|Ruby]], [[Smalltalk]], [[SQL]]
|-
| <code>character(0)</code>
| [[R (programming language)|R]]{{Refn|There are two ways to create "empty strings" in R; the other is listed here as <code>""</code>. <code>character(0)</code> creates empty character vectors, which will output 0 when counted.}}
|-
| <code>{'\0'}</code>
|