1. New version: 4.2
- Posted by Matt Z Nunyabidness <matt1469 at JUNO.COM> Nov 02, 1998
- 546 views
I added a couple of new functions: attr_tru() and eqv() Here's a snippet from user.e's documentation: Name: attr_tru() Made: October 26th or 27th, 1998 Type: Function By: Matt1469(Matt1278 died) Usage: integer_var=attr_tru(filename,attr) Description: Tests if one or more attributes are true. Returns -1 if file not found, -2 if no attributes to test are passed, 1 if the attribute or attributes are true, and 0 if false. Name: eqv() Made: October 29th, 1998 Type: Function By: Matt1469 Description: Works like BASIC's eqv() operator. Returns 1 if both variables passed are _completely_ equivelant, and 0 if otherwise. I'm also working on translating CRYPT 2.0 from BASIC to Euphoria. So far, I've translated half the code. Happy coding! - Matt