Handbook
Glossary
[0..b] ( b -- range )
Factor handbook
»
The language
»
Collections
»
Sequence operations
»
Numeric ranges
Prev:
(a..b) ( a b -- range )
Next:
[1..b] ( b -- range )
Vocabulary
ranges
Inputs
b
an
object
Outputs
range
an
object
Definition
USING:
kernel
;
IN:
ranges
:
[0..b]
( b -- range )
0
swap
[a..b]
;
inline