Closed luketpeterson closed 6 months ago
This is a change requested by @TeamSPoon to match behavior of the old import op. With this change, the include op will return the last result from evaluating the sub-script.
import
include
@luketpeterson , please change type() method as well.
type()
Ah. Oops. Thanks for catching that.
This is a change requested by @TeamSPoon to match behavior of the old
import
op. With this change, theinclude
op will return the last result from evaluating the sub-script.