Skip to content

Variables

eulegang edited this page Aug 16, 2019 · 2 revisions

Variables in romulus are strings

The _ variable is always the line being processed.

When _ is used during variable binding the value is ignored and the _ is not set to it.

Variables may be overriden when using an already bound to a value. But the previous value will be available when the overriding scope ends.

Clone this wiki locally