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

Content deleted Content added
m Data conversions: other languages are using specific units too without explicit mention (example: stdio in c)
Line 182:
|-
| Pascal
| SysUtils.StrToInt(''string'');
| SysUtils.StrToFloat(''string'');
| SysUtils.IntToStr(''integer'');
| SysUtils.FloatToStr(''float'');
|-
| Visual Basic