3 lines
71 B
Forth
3 lines
71 B
Forth
|
|
open System.Text
|
||
|
|
let byte_length str = Encoding.UTF8.GetByteCount(str)
|