be> ( seq -- x )
Working with binary data

Next:le> ( seq -- x )


Vocabulary
endian

Inputs
seqa sequence of bytes


Outputs
xa non-negative integer


Word description
Converts a sequence of bytes in big endian order into an unsigned integer.

Definition