functional programming - What does the operator ! mean in F# -


what "!" operator means in f#?

for example here

    let x = !a * !b     yield x 

or here

    c := !c + 1.0 

it's used dereference cell. check page.


Comments

Popular posts from this blog

Delphi XE2 Indy10 udp client-server interchange using SendBuffer-ReceiveBuffer -

Qt ActiveX WMI QAxBase::dynamicCallHelper: ItemIndex(int): No such property in -

Enable autocomplete or intellisense in Atom editor for PHP -