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
AIRabbit -
Jean Paiva -
Signadot -
Arbisoft -
Top comments (0)