Meta Project

The Unofficial Meta Documentation

BINARY!

Summary

BINARY! datatype of Meta

Category

DATATYPE

Usage

LET [value] BINARY! 10

Arguments

N.A.

Refinements

Not applicable on category

Description

BINARY! Numeric type for binary values.

Example Code

LET [value] BINARY! 1
poke value 1 10
;increment value
write/line form/hex pick value 1

0A

Related

INTEGER!  
LOGIC!  

Back to the Meta Datatypes Reference index