Simple database: Difference between revisions

Content added Content deleted
m (rebol)
m (rebol)
Line 2,479: Line 2,479:


=={{header|Rebol}}==
=={{header|Rebol}}==
<lang rebol>
<lang rebol>rebol [author: "Nick Antonaccio"]
rebol [author: "Nick Antonaccio"]
write/append %rdb "" db: load %rdb
write/append %rdb "" db: load %rdb
switch system/options/args/1 [
switch system/options/args/1 [
Line 2,494: Line 2,493:
"sort" [probe sort/skip db 4]
"sort" [probe sort/skip db 4]
]
]
halt
halt</lang>
</lang>


=={{header|Ruby}}==
=={{header|Ruby}}==