This file is indexed.

/usr/share/freemat/help/text/pause.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
19
20
21
22
23
24
25
26
PAUSE PAUSE Pause Script Execution

Usage

The pause function can be used to pause execution of FreeMat
scripts.  There are several syntaxes for its use.  The first form
is

   pause

This form of the pause function pauses FreeMat until you press
any key.  The second form of the pause function takes an argument

   pause(p)

where p is the number of seconds to pause FreeMat for.  The pause
argument should be accurate to a millisecond on all supported platforms.
Alternately, you can control all pause statements using:

   pause on

which enables pauses and

   pause off

which disables all pause statements, both with and without arguments.