If I have a variable initialized as float, for example float x = 25.4. Can I then call it as float* in another part of the script?
float x = 25.4
float*