Meta Project

The Unofficial Meta Documentation

ARRAY!

Summary

ARRAY! qualifies the ARRAY type in Meta

Category

DATATYPE SERIES

Usage

Create an array of 10 BINARY! elements with the name my-array.

Let my-array binary! 10

Arguments

N.A.

Refinements

Not applicable on category

Description

ARRAY! qualifies the ARRAY type in Meta. Not directly used

Example Code

To be done.

Related

BINARY!  

Back to the Meta Datatypes Reference index