|
|
Strings are enclosed in double quotation marks ( |
|
You can use escape sequences within a string, here we use a new line |
|
You can create multi-line strings with triple quotation marks |
|
F# gives us format specifiers similar to languages like C which specify the type of the data you wish you display
Here |
|
|
|
|
Next example: String Interpolation.