Browse Source

use rep in aquan example

Getty Ritter 2 years ago
parent
commit
301899fcac
1 changed files with 0 additions and 1 deletions
  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>;