Sha256: e7d5dfc937258b6d5866d567fbe69b1f250bea3b4e4e97f0a3dc3fee081d0f35

Contents?: true

Size: 130 Bytes

Versions: 11

Compression:

Stored size: 130 Bytes

Contents

#!/usr/bin/env alf
(sort :suppliers, [:name])
(sort :suppliers, [:city, :name])
(sort :suppliers, [[:city, :desc], [:name, :asc]])

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
alf-0.12.2 examples/operators/sort.alf
alf-0.12.1 examples/operators/sort.alf
alf-0.12.0 examples/operators/sort.alf
alf-0.11.1 examples/operators/sort.alf
alf-0.11.0 examples/operators/sort.alf
alf-0.10.1 examples/operators/sort.alf
alf-0.10.0 examples/operators/sort.alf
alf-0.9.3 examples/operators/sort.alf
alf-0.9.2 examples/sort.alf
alf-0.9.1 examples/sort.alf
alf-0.9.0 examples/sort.alf