Skip to content

Range type - value checking #121

@Aspect26

Description

@Aspect26

range type checks - this is a runtime check -> whether an assigned value to a range type is in range of that type

example:

var a: 1..10;
begin
 readln(a);
end.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions