AutoOpenComputationalExpression Module
This module is automatically opened when the namespace Str is opened.
It provides a computational expression for building strings called str
.
Functions and values
Function or value |
Description
|
|
Computational Expression String Builder: use 'yield' to append text, or seq of strings separated by a new line and 'yield!' (with an exclamation mark) to append text followed by a new line character. accepts ints, guids and chars too.
|