Kaydet (Commit) 0233bd9c authored tarafından Skip Montanaro's avatar Skip Montanaro

mention built-in constants.

üst 1f041e7a
\chapter{Built-in Functions, Types, and Exceptions \label{builtin}}
\chapter{Built-In Objects \label{builtin}}
Names for built-in exceptions and functions are found in a separate
Names for built-in exceptions and functions and a number of constants are
found in a separate
symbol table. This table is searched last when the interpreter looks
up the meaning of a name, so local and global
user-defined names can override built-in names. Built-in types are
......@@ -11,6 +12,7 @@ described together here for easy reference.\footnote{
\indexii{built-in}{types}
\indexii{built-in}{exceptions}
\indexii{built-in}{functions}
\indexii{built-in}{constants}
\index{symbol table}
The tables in this chapter document the priorities of operators by
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment