froth-reset: Reset the froth session

froth-resetR Documentation

Reset the froth session

Description

Resets the froth session to defaults. This deletes any user-defined functions and variables, and clears the stack.

Usage

froth.reset()

Value

None; called to reset internal froth stacks.

Author(s)

Aidan Lakshman ahl27@pitt.edu

Examples

froth.RDefine("rnorm", rnorm, 3L)
froth.reset()
froth.parse("5 0 1 rnorm .s")
# fr> rnorm ?

froth documentation built on June 22, 2024, 12:21 p.m.