[REBOL] Re: help
From: lmecir:mbox:vol:cz at: 24-Nov-2000 19:29
In Rebol dictionary you can find:
Make:
----------------------------------------------------------------------------
----
The TYPE argument indicates the datatype to create. The form of the
constructor is determined by the datatype. For most series datatypes, a
number indicates the size of the initial allocation.
As long, as files are series, it means, that the number is used by Make to
allocate enough space for the expected filename.
Regards
Ladislav