Replies: 1 comment
|
There is only declaration shorthand for variables that are initialized to the same value, so the closest you could do is: |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Well, this works in C:
int image_x = 20, image_y = 20, image_stretch = 0;But in Adept, I have to rewrite it like this in order to have it compile:
Or is there a shorthand syntax that I don't know? Please correct me if I'm wrong.
All reactions