0
what are open and closed variables ?
I saw it somewhere in a response on an other question and have no idea what it could reference to.
3 odpowiedzi
+ 1
you mean open close principle or open close of a window?
+ 1
hi now I read the ref questions. open and close are just names of boolean variable
var open = True
var close = False
0
hi, you mean the scope of the variables, global or local?