sub slip
| 1 | class Slip | 
| 1.1 | (Slip) sub slip | 
Documentation for sub slip assembled from the following types:
class Slip
From Slip
(Slip) sub slip
Defined as:
multi sub slip(--> Empty)multi sub slip( --> Slip)multi sub slip(+args --> Slip)
Creates a Slip from its arguments by calling .Slip on the object formed by them. Returns Empty if called with void arguments.