6.0.8

From RevaWiki

Jump to: navigation, search

Reva version 6.0.8. from August 09, 2006
Download it This version has (finally) implemented contexts. Please see that page for more information one what contexts are and how you might use them.

Contents

Bugs fixed

Words

See contexts for most of the new words.

new
setclass (hide) ctx>name exit~ in~ to~ (to~) context: setfind~ .contexts 'context context: .~ ~ reset~ xwords +to
fixed
cb{
removed
voc: lastvoc

Examples

Library

  • crypt/md5 library fixed
  • util/classes streamlined

Misc

The help system now uses SQLite, the help is compiled from a plain-ish text format into a SQL database.

Known issues

Moving a word from a context to the ~ context doesn't work yet:

 ~os
 : a ;
 to~ ~ a
 exit~
Personal tools