Versions Compared

Key

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

...

First you need to choose a meaningful name for the new operator. Note, there is no other operator with the same name.

 

Code Block
titleExample
operator ODLSelect {
	//...
}

...