Visibility of Built-in Symbols

User defined variables and functions may use the same name as one of RSP's built in functions, variables or constants. Although this is not an error, if you do this then you will have no way of accessing the built in symbol.

The reason for this language feature is that it allows new functions to be added to the RSP standard library without fear of breaking existing programs.