Declaring a name that is also the name of a built-in function is not allowed in 9608 pseudocode: ``` DECLARE Eof : BOOLEAN DECLARE RandInt : INTEGER ``` Pseudo should raise a `LogicError` if this happens.
Declaring a name that is also the name of a built-in function is not allowed in 9608 pseudocode:
Pseudo should raise a
LogicErrorif this happens.