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

org.eolang.motives.comments.comment-without-dot.md Maven / Gradle / Ivy

There is a newer version: 0.0.42
Show newest version
# Comment Without Dot

Comment must end with a dot.

Incorrect:

```eo
# This comment doesn't end with a dot
[] > foo
  42 > @
```

Correct:

```eo
# This does end with a dot.
[] > foo
  42 > @
```




© 2015 - 2025 Weber Informatics LLC | Privacy Policy