Info
Ethereal comes with a few built-in libraries.
They are:
std:utilstd:fsstd:arraystd:stringstd: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:utilstd:fsstd:arraystd:stringstd:mathStandard Libraries can be imported using the include keyword followed by the name of the library.
Example:
include "std:util";