Previous Page Next Page Contents

reset -- re-initialize a MuPAD session

Introduction

reset() re-initializes a MuPAD session, so that if behaves like a freshly started session afterwards.

Call(s)

reset()

Returns

the void object null() of type DOM_NULL.

Related Functions

delete, quit

Details

Example 1

reset deletes the values of all identifiers and resets environment variables to their default values:

>> a := 1: DIGITS := 5: reset(): a, DIGITS
                                   a, 10

Changes




Do you have questions or comments?


Copyright © SciFace Software GmbH & Co. KG 2000