填空题

已知如下程序段:
Dim MyString,LastWord
MyString="Mid Function Demo"
LastWord=Mid(MyString,14,4)
执行以上程序段后,LastWord为______。

【参考答案】

Demo