Are global strings initialized with ""?

Hello Remobjects team,
I’m using Inno Setup which incorporates Pascal Script.

I’d like to know if globally declared strings (outside of procedures) are empty by default or if they contain random bytes? And what about other variable types (integer, boolean etc)?

Kind regards,
Arthur

Empty. 0 and 0.0 yes.

SUPER! Thank you.