examples/operators/clip.alf in alf-0.9.3 vs examples/operators/clip.alf in alf-0.10.0
- old
+ new
@@ -1,3 +1,3 @@
#!/usr/bin/env alf
(clip :suppliers, [:name, :city])
-(clip :suppliers, [:name, :city], true)
\ No newline at end of file
+(clip :suppliers, [:name, :city], :allbut => true)