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

org.eolang.motives.errors.global-nonames.md Maven / Gradle / Ivy

There is a newer version: 0.0.42
Show newest version
# Global Nonames

Global object must have a name.

Incorrect:

```eo
3.14 > pi

fake

a.b > good
```

Correct:

```eo
3.14 > pi

fake > app

a.b > good    
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy