[number/Stringifier]
Serializes the given number to a string.
Example:
23.45@0 is received via number
"23.45"@0 is sent via string
Keywords: number, string, serialize, stringify
Input ports
number: number
The number to be converted.
Output ports
string: string
Sends the serialized number.