X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Fexpressions.texi;h=4f7b19d7efb83c963106d31f4d6e72a9292fb30d;hb=refs%2Fheads%2Fdev9;hp=c205024a7927506daae578d090d9126492b875ba;hpb=facb4a1ad3c9e8b2cdf55824680eed2afb91aebe;p=pspp diff --git a/doc/expressions.texi b/doc/expressions.texi index c205024a79..4f7b19d7ef 100644 --- a/doc/expressions.texi +++ b/doc/expressions.texi @@ -1,5 +1,5 @@ @c PSPP - a program for statistical analysis. -@c Copyright (C) 2017 Free Software Foundation, Inc. +@c Copyright (C) 2017, 2020 Free Software Foundation, Inc. @c Permission is granted to copy, distribute and/or modify this document @c under the terms of the GNU Free Documentation License, Version 1.3 @c or any later version published by the Free Software Foundation; @@ -636,7 +636,7 @@ empty string. Returns the number produced when @var{string} is interpreted according to format specifier @var{format}. If the format width @var{w} is less than the length of @var{string}, then only the first @var{w} -characters in @var{string} are used, e.g.@: @code{NUMBER("123", F3.0)} +characters in @var{string} are used, @i{e.g.}@: @code{NUMBER("123", F3.0)} and @code{NUMBER("1234", F3.0)} both have value 123. If @var{w} is greater than @var{string}'s length, then it is treated as if it were right-padded with spaces. If @var{string} is not in the correct @@ -1554,7 +1554,7 @@ subtraction. @enumerate @item -@code{( )} +@code{()} @item @code{**} @item @@ -1564,7 +1564,11 @@ subtraction. @item @code{+ -} @item -@code{EQ GE GT LE LT NE} +@code{= >= > <= < <>} @item -@code{AND NOT OR} +@code{NOT} +@item +@code{AND} +@item +@code{OR} @end enumerate