Q&A
Ask and answer questions to make information more available to wider audiences.
Braxton Tiley @tileybraxton   22, May 2023 12:00 AM
do bindings
What is "do bindings" in F#?
answers 1
 
Answer 1
Payton Leonard @leonardpayton   31, May 2023 12:20 PM
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#.