[pure-lang-svn] SF.net SVN: pure-lang: [288] pure/trunk/pure.1.in
Status: Beta
Brought to you by:
agraef
From: <ag...@us...> - 2008-06-23 10:25:57
|
Revision: 288 http://pure-lang.svn.sourceforge.net/pure-lang/?rev=288&view=rev Author: agraef Date: 2008-06-23 03:26:04 -0700 (Mon, 23 Jun 2008) Log Message: ----------- Elaborate on declaration syntax. Modified Paths: -------------- pure/trunk/pure.1.in Modified: pure/trunk/pure.1.in =================================================================== --- pure/trunk/pure.1.in 2008-06-23 01:41:19 UTC (rev 287) +++ pure/trunk/pure.1.in 2008-06-23 10:26:04 UTC (rev 288) @@ -679,9 +679,11 @@ \fBinfixl\fP 7 * / div mod ; .fi .sp -Moreover, constant symbols are introduced using a declaration of -the form: +Note that to declare multiple symbols in a single declaration, you just list +them all with whitespace in between. .sp +Similarly, constant symbols are introduced using a declaration of the form: +.sp .nf \fBnullary \fIsymbol\fR ...; .fi This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |