Quick clarification; Wires are the color of the type passing through them.
- All these wires are bools so they're red. Bool wires are either off or on.
- Wires can carry numbers too. Numbers are green. Decimal numbers are light green, Integers are blueish green. When carrying a number, the wire will be fully lit at the max value and fully dark at the min value. You won't see any integer wires until we get all the different logic gates ready soon and make full logic demos.
- Wires can carry strings. Strings are orange. String wires don't animate at all right now.