This file is indexed.

/usr/share/freemat/help/text/retall.mdc is in freemat-help 4.0-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
RETALL RETALL Return From All Keyboard Sessions

Usage

The retall statement is used to return to the base workspace
from a nested keyboard session.  It is equivalent to forcing
execution to return to the main prompt, regardless of the level
of nesting of keyboard sessions, or which functions are 
running.  The syntax is simple

   retall

The retall is a convenient way to stop debugging.  In the
process of debugging a complex program or set of functions,
you may find yourself 5 function calls down into the program
only to discover the problem.  After fixing it, issueing
a retall effectively forces FreeMat to exit your program
and return to the interactive prompt.