i hate languages that i really dont know about...
but am proud of knowing VB, C#, Java,, but just basic
but am proud of knowing VB, C#, Java,, but just basic
if true { } else { }
if true //code here using no brackets and just indent
if true { } else { }
if true //code here using no brackets and just indent
for(int i = 0; i < 5; i++)
Dim i As Integer For i = 0 to 5
for(int i = 0; i < 5; i++)
Dim i As Integer For i = 0 to 5
Comment