Sfoglia il codice sorgente

use rep in aquan example

Getty Ritter 3 anni fa
parent
commit
301899fcac
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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>;