Quellcode durchsuchen

use rep in aquan example

Getty Ritter vor 3 Jahren
Ursprung
Commit
301899fcac
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  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>;