Re: New draft of the Binary Module

> bin:pack-double(12245, "LE")   becomes  bin:pack-double(12345, "false")
> bin:pack-double(12245, "BE")   becomes   bin:pack-double(12345, "true")

Apologies in the above example I quoted by boolean values, the example
should have obviously been -

> bin:pack-double(12245, "LE")   becomes  bin:pack-double(12345, false())
> bin:pack-double(12245, "BE")   becomes   bin:pack-double(12345, true())

-- 
Adam Retter

eXist Developer
{ United Kingdom }
adam@exist-db.org
irc://irc.freenode.net/existdb

Received on Saturday, 3 August 2013 14:12:59 UTC