sandbox property

bool sandbox
final

When true, blocks all I/O / process-affecting base functions (file_, dir_, env_get, exit, panic) by throwing BallRuntimeError. Use for evaluating untrusted programs.

Implementation

final bool sandbox;