Variables with Solar
Variables are easy too!
Number variables
let x = 10
String variables
let hello = "world"
I’m not listing other ones cuz u get the point by now.
let x = 10
let hello = "world"
I’m not listing other ones cuz u get the point by now.