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

org.eolang.motives.metas.duplicate-metas.md Maven / Gradle / Ivy

There is a newer version: 0.0.42
Show newest version
# Duplicate Metas

Metas must not be duplicated.

Incorrect:

```eo
+home https://github.com/objectionary/eo
+home https://github.com/objectionary/eo

[] > foo
```

Correct:

```eo
+home https://github.com/objectionary/eo

[] > foo
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy