Write an expression that evaluates to true if the value of index is greater than the value of lastIndex.
LANGUAGE: Visual Basic
CHALLENGE:
Write an expression that evaluates to true if the value of index is greater than the value of lastIndex.
SOLUTION:
index > lastIndex