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

org.eolang.motives.metas.mandatory-home-meta.md Maven / Gradle / Ivy

There is a newer version: 0.0.42
Show newest version
# Mandatory `+home` Meta

Program should have only one `+home` special meta.

Incorrect:

```eo
[] > foo
```

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

[] > foo
```

Correct:

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

[] > foo
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy