-
Posts
6,377 -
Joined
-
Last visited
-
Days Won
4
DubWolf's Achievements
Single Status Update
-
"Hello world."
Geddit?
- Show previous comments 4 more
-
@Splashee What I really had a hard time wrapping my head around when I went from Basic to the C-family of languages, was local variables. Every variable was global in BASIC, and it felt very restrictive that some code wouldn't even be able to see the value of other variables!
@WWolf Do you mean how Java makes you have a class and then have a public static void main method in it, or do you mean all the imports that Java makes you do at the top of each class?
-
-