MyString: string = 'Hello World';
results in
MyString __pad0__
in the documentation instead of
string MyString
Cheers
Thomas
Log in to post a comment.