Content deleted Content added
SpiralSource (talk | contribs) m Added information for R |
m →Use in programming languages: use <code> for code |
||
Line 41:
|-
| <code>character(0)</code>
| [[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>
|