cvs: php-lang / c-like-syntax-spec.txt

[email protected] ("Sascha Schumann")
Newsgroups php.lang
Message-ID <cvssas975183910@cvsserver>
sas		Sat Nov 25 12:25:10 2000 EDT

  Modified files:
    /php-lang	c-like-syntax-spec.txt 
  Log:
  Redefine elseif-statement to refer to the else-if-colon construct
  
  
Index: php-lang/c-like-syntax-spec.txt
diff -u php-lang/c-like-syntax-spec.txt:1.7 php-lang/c-like-syntax-spec.txt:1.8
--- php-lang/c-like-syntax-spec.txt:1.7	Wed Nov 22 08:55:01 2000
+++ php-lang/c-like-syntax-spec.txt	Sat Nov 25 12:25:10 2000
@@ -1,4 +1,4 @@
-# $Id: c-like-syntax-spec.txt,v 1.7 2000/11/22 16:55:01 sas Exp $
+# $Id: c-like-syntax-spec.txt,v 1.8 2000/11/25 20:25:10 sas Exp $
 #
 # See Language_Notation.txt for notation notes
 
@@ -54,7 +54,7 @@
     elseif-list elseif-statement
 
 elseif-statement:
-    elseif '(' expression ')' statement
+    elseif '(' expression ')' ':' statement-list
 
 elseif: one of
     'elseif' 'else if'
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.