Returns the value of the current global env if bound, otherwise
throws an exception.
Source
(defnderef-env"Returns the value of the current global env if bound, otherwise
throws an exception."[](if*env*
@*env*(throw(Exception."global env not bound"))))