next
|
previous
|
forward
|
backward
|
up
|
top
|
index
|
toc
|
Macaulay2 website
Macaulay2Doc
>
The Macaulay2 language
>
operators
>
.?
.? -- check for presence of elements whose key is a symbol
Description
x.?k
-- the same as
x#?(global k)
, tells whether a value is available with
x.k
.
See also
.
-- access to elements whose key is a symbol
#?
-- check existence of value in a list, hash table, database, or string
For the programmer
The object
.?
is
a
keyword
.