f# is a compiled and intepreted language
``
open system
let add a b = a + b
let total = add 2 3
printfn $"{total}"
``
f# is a compiled and intepreted language
``
open system
let add a b = a + b
let total = add 2 3
printfn $"{total}"
``
For further actions, you may consider blocking this person and/or reporting abuse
KaKaComputer -
Hatcher Jones -
Anthony Max -
Kaja Uvais -
Top comments (0)