Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In the exe version of the editor the system would suggest we add the type at line 1. So let's do that, because GELLO is strongly typed; then delete line 2, and see if there are any errors. This time Debug GELLO says there is no final expression:

...

Let's play with the matches method, and yes the string called 'a' does match the parameter:

This works too: 

a.matches('Gello|Hello')