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

Content deleted Content added
Line 26:
| Java
| int x;
| <ref name="nouint">This language does not support unsigned integers</ref>
|
| float x; ''or'' double x;
| String x;
Line 38:
| Visual Basic
| Dim x As Integer
| <ref name="nouint" />
|
| Dim x As Single ''or'' Dim x As Double
| Dim x As String