Info
Ethereal comes with a few built-in libraries.
They are:
std:util
std:fs
std:array
std:string
std:math
Standard Libraries can be imported using the include
keyword followed by the name of the library.
Example:
include "std:util";
Ethereal comes with a few built-in libraries.
They are:
std:util
std:fs
std:array
std:string
std:math
Standard Libraries can be imported using the include
keyword followed by the name of the library.
Example:
include "std:util";