mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-22 22:13:11 -05:00
12 lines
307 B
Diff
12 lines
307 B
Diff
34c34
|
|
< blue = ???,
|
|
---
|
|
> blue = 0x0000ff,
|
|
56c56
|
|
< \\ <span style="color: #{}">Blue</span>
|
|
---
|
|
> \\ <span style="color: #{x:0>6}">Blue</span>
|
|
62c62
|
|
< @enumToInt(???), // Oops! We're missing something!
|
|
---
|
|
> @enumToInt(Color.blue), // Oops! We're missing something!
|