Q&A
Ask and answer questions to make information more available to wider audiences.
What is "do bindings" in F#?
Answer 1
Do binding is used to execute code without defining a function or any type. You can write independent code by using do binding in F#.