org.eolang.motives.errors.rt-without-atoms.md Maven / Gradle / Ivy
# `+rt` Without Atoms
Special `+rt` meta must be used only with atoms.
Incorrect:
```eo
+rt node eo2js-runtime:0.0.0
[attr] > foo
```
Correct:
```eo
+rt node eo2js-runtime:0.0.0
[attr] > foo
[] > test /int
```
© 2015 - 2025 Weber Informatics LLC | Privacy Policy