Versions Compared

Key

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

Constant: Maximum  The maximum possible positive and negative integers.

...

Code Block
PUB FindListItem(Item) : Index
  Index := NEGX 'Default to "not found" response
  <code to find Item in list>
  if <item found>
    Index := <items index>

Excerpt
hiddentrue

The maximum possible positive and negative integers.