space

Usage

space <coordinates>

Return value

(String value of) the piece in the space at the given coordinates. If the space is empty, "@" is returned. If there is no space at the given coordinates, "-" is returned.

Example

if == N space a1:
    echo White has a knight at a1;
endif;
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-Share Alike 2.5 License.