1
0
mirror of https://gitlab.com/camelot/kickc.git synced 2024-09-29 03:56:15 +00:00
kickc/src/test/ref/enum-7.sym
2021-04-30 17:26:46 +02:00

8 lines
182 B
Plaintext

constant byte Color::GREEN = 1
constant byte Color::RED = 0
constant byte RED = 0
void main()
constant byte* const main::SCREEN = (byte*) 1024
constant byte main::button_size = $18