Simple database: Difference between revisions

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