Name: Anonymous 2011-10-22 16:45
Hey /prog/, doing an Ada assignment, not as familiar with the language as I'd like...
Why is this declaration giving me compiler issues?
Says I'm missing an operand, not sure which one.
Why is this declaration giving me compiler issues?
type Sudoku_Board is array (range 1..9, range 1..9) of character;Says I'm missing an operand, not sure which one.