Creating a new regex with option flags causes a compile error, but is perfectly valid syntax.
CreateObject("roRegex", "[a-z]+", "i")
results in
Expected 0-2 arguments, but got 3.
We should enhance the CreateObject stdlib definition to support the third parameter.