Kaydet (Commit) a1d3b101 authored tarafından George Yoshida's avatar George Yoshida

wrap SyntaxError with \exception{}

üst ab05edc0
......@@ -127,7 +127,7 @@ to delete the name. An error will be reported at compile time.
If the wild card form of import --- \samp{import *} --- is used in a
function and the function contains or is a nested block with free
variables, the compiler will raise a SyntaxError.
variables, the compiler will raise a \exception{SyntaxError}.
If \keyword{exec} is used in a function and the function contains or
is a nested block with free variables, the compiler will raise a
......
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