Parcourir la source

use rep in aquan example

Getty Ritter il y a 2 ans
Parent
commit
301899fcac
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      examples/aquan.matzo

+ 0 - 1
examples/aquan.matzo

@@ -10,5 +10,4 @@ vowel := ('a' | 'e' | 'i' | 'o' | 'u') (4: '' | '\'');
 syll := 4: cons vowel | vowel;
 
 (* And finally, here's an output statement *)
-(* puts syll (6 @ syll); *)
 puts syll rep.<1..6, syll>;