mirror of
https://codeberg.org/andyscott/ziglings.git
synced 2024-12-23 06:23:10 -05:00
13 lines
264 B
Diff
13 lines
264 B
Diff
|
23,24c23,24
|
||
|
< const 55_cows: i32 = 55;
|
||
|
< const isn't true: bool = false;
|
||
|
---
|
||
|
> const @"55_cows": i32 = 55;
|
||
|
> const @"isn't true": bool = false;
|
||
|
27,28c27,28
|
||
|
< 55_cows,
|
||
|
< isn't true,
|
||
|
---
|
||
|
> @"55_cows",
|
||
|
> @"isn't true",
|