I'm trying to figure out how to make static methods in a class in F#. Does anyone have any idea how to do this?
|
|
Sure, just prefix the method with the static keyword. Here's an example:
|
||
|
|
|
Don't forget the online docs! has this info, and is a general good starting point to find info about the language syntax. |
||
|
