X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=doc%2Flanguage.texi;h=19c9a6b9dc72593d76ec80ba7ba4722bf71e3772;hb=60482369abb7fa5b624e99bebf7d8a549b3a3718;hp=e23a558028805dbc9babcb360811d34c87258434;hpb=3bbb4370239deb29ebbf813d258aef6249e2a431;p=pspp diff --git a/doc/language.texi b/doc/language.texi index e23a558028..19c9a6b9dc 100644 --- a/doc/language.texi +++ b/doc/language.texi @@ -3,10 +3,6 @@ @cindex language, PSPP @cindex PSPP, language -@note{PSPP is not even close to completion. -Only a few statistical procedures are implemented. PSPP -is a work in progress.} - This chapter discusses elements common to many PSPP commands. Later chapters will describe individual commands in detail. @@ -212,9 +208,9 @@ new command, which allows for visual indentation of a command without that command being considered part of the previous command. The period terminating the end of a command is optional but recommended. -In interactive mode, each command must either be terminated with a period, -or an empty line must follow the command. -The use of (@samp{+} and @samp{@minus{}} as continuation characters is not +In interactive mode, each command must be terminated with a period +or by a blank line. +The use of @samp{+} and @samp{@minus{}} as continuation characters is not permitted. @node Types of Commands