Skip to content

READ with Bytes is broken #901

@boriel

Description

@boriel

What / Why

When reading variables of type Byte the values read seems to be random (reading UByte vars works ok, though).
Sample program that fails:

DIM a as Byte

READ a
PRINT a

DATA 1, 2

Should print 1, but the value print is random.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions