This manual is for FreeM, (version 0.49.0), which is a free and open-source implementation of the M programming language and database system.
This manual is for FreeM, (version 0.49.1), which is a free and open-source implementation of the M programming language and database system.
Copyright @copyright{} 2014-2021 Coherent Logic Development LLC
...
...
@@ -18,7 +18,7 @@ Permission is granted to copy, distribute and/or modify this document under the
@title The FreeM Manual
@subtitle @sc{The Official Manual of FreeM}
@subtitle Version 0.49.0
@subtitle Version 0.49.1
@c@vskip 10pt
@c@center @image{freem-logo-sm,,,,.png}
@author John P. Willis
...
...
@@ -280,7 +280,7 @@ $ chmod +x @emph{myscript.m}
The FreeM direct-mode environment is the mode entered when FreeM is invoked without the use of @option{-r @emph{<entryref>}} or @option{--routine=@emph{<entryref>}}:
@example
Coherent Logic Development FreeM version 0.49.0(x86_64-pc-linux-gnu)
Coherent Logic Development FreeM version 0.49.1(x86_64-pc-linux-gnu)
Copyright (C)2014, 2020, 2021 Coherent Logic Development LLC
...
...
@@ -1696,7 +1696,7 @@ In the above @emph{inclusive} form, @code{KVALUE} will kill the data values at e
@cartouche
@quotation
@emph{Note}
The below @emph{argumentless} and @emph{exclusive} forms of @code{KVALUE} are not implemented in FreeM, as of version 0.49.0, but are planned for a future release.
The below @emph{argumentless} and @emph{exclusive} forms of @code{KVALUE} are not implemented in FreeM, as of version 0.49.1, but are planned for a future release.
@end quotation
@end cartouche
...
...
@@ -2172,7 +2172,7 @@ VIEW 65:@emph{numexpr}
@item @code{66}- Set or Clear @code{SIGTERM} Handling Flag
Enables or disables handling of @code{SIGTERM} UNIX signals. If @emph{tvexpr} evaluates to 1(@emph{true}), @code{SIGTERM} handling will be enabled. Otherwise, @code{SIGTERM} handling will be disabled.