.eval

.eval is used to run a simple one-liner JavaScript

Syntax

usage: .eval [javascript code]

Example

.eval interpreter.print (1234);

See Also