浏览代码

use rep in aquan example

Getty Ritter 2 年之前
父节点
当前提交
301899fcac
共有 1 个文件被更改,包括 0 次插入1 次删除
  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>;