Home
Random
Nearby
Log in
Settings
Donate Now
If Wikipedia is useful to you, please give today.
About Wikipedia
Disclaimers
Search
Comparison of programming languages (basic instructions): Difference between revisions
Article
Talk
Language
Watch
View history
Edit
Browse history interactively
← Previous edit
Next edit →
Content deleted
Content added
Visual
Wikitext
Revision as of 19:38, 12 December 2007
edit
208.138.31.76
(
talk
)
→
Reading arguments
← Previous edit
Revision as of 19:39, 12 December 2007
edit
undo
208.138.31.76
(
talk
)
→
Data types
Next edit →
Line 26:
| Java
| int x;
| <ref name="
nouint
nosup
">This language does not support
unsigned
this
integers
feature
</ref>
| float x; ''or'' double x;
| String x;
Line 38:
| Visual Basic
| Dim x As Integer
| <ref name="
nouint
nosup
" />
| Dim x As Single ''or'' Dim x As Double
| Dim x As String