SaveHistory
Instructs the kernel whether to save old outputs.
Syntax
-
SaveHistory(b)
-
b
is a boolean
-
Description
SaveHistory(true)
instructs the kernel to save every produced output in the history array. SaveHistory(false)
instructs the kernel not to save the outputs, but the array is still populated with input expressions and timings.