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

org.eolang.motives.aliases.alias-without-tail.md Maven / Gradle / Ivy

There is a newer version: 0.0.42
Show newest version
# Alias Without Tail

Object's alias must have a tail.

Incorrect:

```eo
+alias

# Foo.
[] > foo
```

Correct:

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

# Foo.
[] > foo
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy