Handbook
Glossary
neighbors ( -- value )
Vocabulary
minesweeper
Inputs
None
Outputs
value
an
object
Definition
IN:
minesweeper
CONSTANT:
neighbors
{
{
-1 -1
}
{
-1 0
}
{
-1 1
}
{
0 -1
}
{
0 1
}
{
1 -1
}
{
1 0
}
{
1 1
}
}
inline