填空题

已知如下程序段:
Dim AnyString,MyStr
AnyString="Hello World"
MyStr=Right(AnyString,20)
执行以上程序段后,MyStr为______。

【参考答案】

Hello World