L
Luca Scaljery
Hi All
I tried to print an "M" or "V" depending on the value of a variable,
like
@var = "v"
@var == "v" ? { p "V" } : { p "M" }
this however doesn't work, but I'm sure something like this can be done!
Any suggestions ?
Cheers
LuCa
I tried to print an "M" or "V" depending on the value of a variable,
like
@var = "v"
@var == "v" ? { p "V" } : { p "M" }
this however doesn't work, but I'm sure something like this can be done!
Any suggestions ?
Cheers
LuCa