[top][index]
search for:

Database #? String -- check for value in database

Synopsis:

  • Operator: #? -- check for presence of elements
  • Input:
  • an instance of class Database.
  • an instance of class String.
  • Output:
  • an instance of class Boolean.
  • x#?i -- tells whether there is a value associated to the string i in the database x.

    See also:

  • Database # String -- get value from database

  • [top][index]
    search for: