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

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

There is a newer version: 0.0.42
Show newest version
# Unused Alias

All defined object's aliases must be in use.

Incorrect:

```eo
+alias err org.eolang.io.stderr
+alias in org.eolang.io.stdin
+alias org.eolang.io.stdout

# Foo.
[x] > foo
  x.div in.nextInt > @
```

Correct:

```eo
+alias in org.eolang.io.stdin

# Foo.
[x] > foo
  x.div in.nextInt > @
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy