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

Content deleted Content added
Line 188:
|-
| Visual Basic
| CInt(''string'')
|
| CSng(''string'') ''or'' CDbl(''string'')
|
| CStr(''integer'')
|
| CStr(''float'')
|
|-
| Python