FieldCorrect: Is the field correct?
Description
help-function that checks whether the field is correct
Usage
FieldCorrect(column, field)
Arguments
column
integer: the column chosen by the current player
field
matrix: the playing field.
Value
a boolean (TRUE
if the given column would be a valid move for the field given).