[pure-lang-svn] SF.net SVN: pure-lang:[439] pure/trunk/pure.1.in
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-07-29 12:13:06
|
Revision: 439 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=439&view=rev Author: agraef Date: 2008-07-29 12:13:14 +0000 (Tue, 29 Jul 2008) Log Message: ----------- Add remark about command prompt. Modified Paths: -------------- pure/trunk/pure.1.in Modified: pure/trunk/pure.1.in =================================================================== --- pure/trunk/pure.1.in 2008-07-16 08:05:23 UTC (rev 438) +++ pure/trunk/pure.1.in 2008-07-29 12:13:14 UTC (rev 439) @@ -177,7 +177,9 @@ Pure is a fairly simple language. Programs are collections of equational rules defining functions, \fBdef\fP and \fBlet\fP commands binding global constant and variable symbols, and expressions to be evaluated. Here's a simple -example, entered interactively in the interpreter: +example, entered interactively in the interpreter (note that the \fB>\fP +symbol at the beginning of each input line is the interpreter's default +command prompt): .sp .nf > // my first Pure example This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |