Documentation for routine e
assembled from the following pages:
Language documentation: Terms §
From Terms
(Terms) term e §
Returns Euler's number. e
is the ASCII equivalent of 𝑒
.
Class: IO::Path §
From IO::Path
(IO::Path) method e §
Defined as:
method e(IO::Path: --> Bool)
Returns True
if the invocant is a path that exists.
Class: IO::Special §
From IO::Special
(IO::Special) method e §
method e(IO::Special: --> True)
The 'exists' file test operator, always returns True
.