Comparison of programming languages (basic instructions): Difference between revisions

Content deleted Content added
Standard stream I/O: syntaxhighlight
Line 2,879:
| <code>''long'' = [''string'' longLongValue];</code>
| <code>''float'' = [''string'' doubleValue];</code>
| <code>''string'' = {{codett|2=objc|[NSString stringWithFormat<wbr/>:@"%i",}} ''integer''];</code>
| <code>''string'' = {{codett|2=objc|[NSString stringWithFormat<wbr/>:@"%f",}} ''float''];</code>
|-
| [[C++]] (STL)
Line 3,046:
|-
| [[COBOL]]
| colspan=3 | <code>{{codett|2=cobolfree|MOVE «FUNCTION» NUMVAL(}}''string''){{ref|COBOL's NUMVAL alternatives|[c]}} TO ''number''</code>
| colspan=2 | <code>MOVE ''number'' TO ''numeric-edited''</code>
|-