dev icon indicating copy to clipboard operation
dev copied to clipboard

Variable declaration and type conversion not working in single line

Open MiranDMC opened this issue 1 year ago • 0 comments

Code below won't compile:

int coarse = 10
float precise =# coarse

MiranDMC avatar Apr 15 '24 05:04 MiranDMC