Returns the name of the refered node


## Description

It takes 1 arguments.

`opname(node_path)`

- `node_path` path to referred node

## Usage

- `opname('/geo1')` - returns 'geo1'
- `opname('..')` - returns the name of the parent

