Why make it complicated?
Why make it complicated?


Made with KolourPaint and screenshots from Kate (with the GitHub theme).
2 crossposts
Why make it complicated?
Made with KolourPaint and screenshots from Kate (with the GitHub theme).
You're viewing a single thread.
String a: new String()
=
?
""
most likely
I meant that it should probably be:
undefined
String a = new String()
"".to_string()
probably