Negative numbers
Closed this issue · 2 comments
hennihaus commented
Hello @timdp, how can I use negative numbers in this editor to produce something similar as shown below?

timdp commented
The fact that those are numbers don't really matter. Events can take any text-based value/label. The default is the single-letter ID in the observable itself; you can override each one using the := operator. For example:
--x--y--|
x := 42
y := -1
hennihaus commented
Thank you for the quick answer. I had an empty line between the marble and numbers. That was my error.