I have a list with strings in it: [“one”; “two”; “three”] – how do I print it in F#? let stringList = [“one”; “two”; “three”]