This file is indexed.

/usr/share/freemat/help/text/inline.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
INLINE INLINE Construct Inline Function

Usage

Constructs an inline function object.  The syntax for its use is
either

   y = inline(expr)

which uses the symvar function to identify the variables in the
expression, or the explicit form

   y = inline(expr,var1,var2,...,varn)

where the variables are explicitly given.  Note that inline functions
are only partially supported in FreeMat.  If you need features of the
inline function that are not currently implemented, please file a
feature request at the FreeMat website.