Re: RNG Test: Code to generate Diehard file in Euphoria
- Posted by Irv Mullins <irv at ELLIJAY.COM> Feb 17, 2000
- 709 views
Joel Crook <joel at MAIL.K-A.COM> wrote: > > And some day I'll get this language figured out. > > Euphoria is NOT easier to code as advertised. I'm used to pascal conventions > where there are exactly two types of read and write statements not C styled > incoherance. Yes, there are only two types of read and write statements. That kind of makes up for all the work you have to go thru to _get_ to the write statement: Let's see: there's Pchar, StrCat, StrMove, StrLen, StrComp, StrCopy, StrECopy, StrEnd, StrlComp, StrlCat, StrlCopy, StrLiComp, StrLower, StrNew, StrPas, StrPCopy, StrPos, StrRScan, StrScan, StrUpper, StrDispose.... Irv