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

org.eolang.motives.comments.comment-too-short.md Maven / Gradle / Ivy

There is a newer version: 0.0.15
Show newest version
# Comment Too Short

Comment must be 32+ characters long.

Incorrect:

```eo
# This comment is short.
[] > foo
  42 > @
```

Correct:

```eo
# This is the default 32+ characters comment in front of abstract object.
[] > foo
  42 > @
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy