Next Previous Up Top Contents Index

5.2 Extensions to the Dylan library

range

Function

Summary

This function is used to specify ranges of numbers.

Library

integers

Module

Arguments

Signature

range (#key from:, to:, above:, below:, by:, size:) => <range>

Description

All of the supplied arguments must be instances of <machine-number>.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index