Meta Project

The Unofficial Meta Documentation

BYTE!

Summary

BYTE! Representing the numbers 0 up to 255.

Category

DATATYPE

Usage

BYTE! value

Arguments

value - description of the value

Refinements

Not applicable on category

Description

BYTE! Representing the numbers 0 up to 255, the possible values that an unsigned byte can become. A numeric value below 255 can be assigned a BYTE! type, for that is the smallest type of number this can be categorised with.

Example Code

To be done.

Related

To be done. No other related method names assigned yet.

Back to the Meta Datatypes Reference index