say i want `var name = ""` in the main constructor...
# announcements
b
say i want
var name = ""
in the main constructor
class Block(){
but I want to assing that variable in another constructor, what's the best way to do that?