
Originally Posted by
Smartzkid
Welcome! I hope you have a great time here at the SRL forums
Oh, and about java....

I like C++ better
Thanks for the warm welcome Smartzkid, Fair enough I shall check C++ out aswell
Also I have mastered HelloWorld in both Scar and Java
Java:
Code:
public class HelloSrl {
public static void main(String args[]) {
System.out.print("Hello SRL! ");
}
}
Scar:
SCAR Code:
program HiSRL;
begin
writeln('Hello SRL!');
end.
Heh, Its only a start but it can only get better from there. 
Peace Out
-Flookbox-