mirror of
https://gitlab.com/camelot/kickc.git
synced 2024-11-20 02:32:36 +00:00
19 lines
427 B
Plaintext
19 lines
427 B
Plaintext
(label) @1
|
|
(label) @begin
|
|
(label) @end
|
|
(struct Point) Circle::center
|
|
(byte) Circle::radius
|
|
(byte) Point::x
|
|
(byte) Point::y
|
|
(void()) main()
|
|
(label) main::@return
|
|
(const byte*) main::SCREEN SCREEN = (byte*) 1024
|
|
(byte) main::c_center_x
|
|
(byte) main::c_center_y
|
|
(const byte) main::c_radius c_radius = (byte) 5
|
|
(const byte) main::p_x p_x = (byte) $a
|
|
(const byte) main::p_y p_y = (byte) $a
|
|
(byte) main::point_x
|
|
(byte) main::point_y
|
|
|