REGISTER











String
#1
= Atribuire
+ Concatenare
+= Înlănțuire și atribuire
Code:
str = "ab" + "cd" ; // "abcd"
str += "e" ; // "abcde"
str2 = "2" + 2 // "22", not "4" or 4. str2 = "2" + 2 // "22" nu, "4", sau 4.
Reply



Powered by MyBB All rights reserved
Developed with for FASTCS 2011 - 2024 FASTCS