Procedure Space writes a space to the current output file.
PROCEDURE Space(n : INTEGER);def vs.Space(n):
return None| Name | Type | Description |
|---|---|---|
| n | INTEGER | Number of spaces. |
Space(5);
{write 5 spaces to the output file}Space(1);vs.Space(n)Availability: from All Versions