Content deleted Content added
→Standard stream I/O: syntaxhighlight |
m →Type conversions{{anchor|Data conversions}}: {{codett}} |
||
Line 2,879:
| <code>''long'' = [''string'' longLongValue];</code>
| <code>''float'' = [''string'' doubleValue];</code>
| <code>''string'' = {{codett|2=objc|[NSString stringWithFormat
| <code>''string'' = {{codett|2=objc|[NSString stringWithFormat
|-
| [[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>
|-
|