I am using f# to make a console-based card game, and I am trying to use unicode chars to display card suits. The mapping suit-to-char represents the following function: p>
let suitSymbol =
I am using f# to make a console-based card game, and I am trying to use unicode chars to display card suits. The mapping suit-to-char represents the following function: p>
let suitSymbol =
I am using rails console and some models. I am running something:
Model.find(:all ).each do |x| p x.name end This is fine, it allows me to see all the values of a specific column, but after