All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.eolang.motives.aliases.alias-too-long.md Maven / Gradle / Ivy

# Alias Too Long

Object's alias must have **2 parts at max**.

Incorrect:

```eo
+alias a b c

# Foo.
[] > foo
```

Correct:

```eo
+alias a
+alias a b
+alias a b.c.d.e

# Foo.
[] > foo
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy