Easypt

getName

..Root.Object.getName

Returns name of variable.

Child of:

Object

Signatures:

NativeCallable, Callable

Example:

auto something;
log(something.getName());
log(Object().getName());

Possible output:

something
Anonymous1816