Next Previous Up Top Contents Index

5.11 The STREAMS module

as

G.f. method

Summary

Coerces a <stream-position> to an integer.

Signature

as integer-class stream-position => integer 

Arguments

integer-class
The class <integer>.

stream-position
An instance of <stream-position>.

Values

integer
An instance of <integer>.

Library

io

Module

streams

Library

io

Module

streams

Description

Coerces a <stream-position> to an integer. The integer-class argument is the class <integer>.

See also

as, page 61


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index