blob: bc4d018bf9eddd42a9f17251f55c7805959685c3 (
plain) (
tree)
|
|
##.
import system except `+`
discard """
errormsg: "undeclared identifier: '+'"
line: 9
"""
# Testament requires that the initial """ occurs before the 40th byte
# in the file. No kidding...
echo 4+5
|