Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 631 Bytes

File metadata and controls

53 lines (36 loc) · 631 Bytes
title categories subCategories
byte
Variables
Data Types

byte

Description

A byte stores an 8-bit unsigned number, from 0 to 255.

Syntax

byte var = val;

Parameters

var: variable name.
val: the value to assign to that variable.

See also