I just started working on F# and tried running a basic program but the output is coming out to be wrong.
Earlier it was showing error "error FS0010: Incomplete structured construct at or before this point in binding" but right now it's just showing ;; on terminal. I am running the code real-time using FSI: Send line.
Code: ->
let prep prefixStr baseStr =
prefixStr + ", " + baseStr
prep "Hello" "Mohit"
> val prep : prefixStr:string -> baseStr:string -> string val it : string = "Hello, Mohit"Just select the whole region and send it with Alt+Enter. What is the editor you're using? - s952163