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 05:39, 3 December 2007
edit
66.31.39.225
(
talk
)
Added entries for S-Lang
← Previous edit
Revision as of 17:18, 3 December 2007
edit
undo
205.228.74.13
(
talk
)
→
Data types
Next edit →
Line 21:
| int x;
| unsigned int x;
| float x; ''or''
double x;
| string x;
|-
| Java
| int x;
|
| float x; ''or'' double x
|
|
| String x; (???)
|-