SourceForge.net Logo

Euphoria Standard Library
(ESL)

Home Page | Project Status | Contribute | Guidelines and Information



Euphoria Standard Library module:

other.e



1. Introduction


other.e contains routines, constants, and types that don't fit into any of the other proposed modules in this way it's analogous to Euphoria's misc.e.



2. Constants

ESL_VERSION

Description: An atom or sequence containing the version number for the Euphoria Standard Library.
Status: PROPOSED

3. Types


file_no

Syntax: file_no(x)
Description: Returns TRUE if, and only if, x is a valid file number.
Status: PROPOSED


routine_no, rtnid

Syntax: routine_no(x), ...
Description: Returns TRUE if, and only if, x is a valid routine_id.
Status: PROPOSED