Empty string: Difference between revisions

Content deleted Content added
Use in programming languages: WP:LINKs: updates, fix-cut needless WP:PIPEs (WP:NOPIPEs). Cut needless carriage returns in paragraphs. Small WP:EoS WP:TERSE WP:COPYEDITs.
m Added information for R
Line 38:
|-
| <code>&#39;&#39;</code>
| [[APL (programming language)|APL]], [[Delphi (programming language)|Delphi]], [[JavaScript]], [[MATLAB]], [[Pascal (programming language)|Pascal]], [[Perl]], [[PHP]], [[Python (programming language)|Python]], [[R]], [[Ruby (programming language)|Ruby]], [[Smalltalk]], [[SQL]]
|-
| <code>character(0)</code>
| [[R]]{{Refn|There are two ways to create "empty strings" in R; the other is listed here as "". character(0) creates empty character vectors, which will output 0 when counted.}}
|-
| <code>{'\0'}</code>