3 lines
77 B
Text
3 lines
77 B
Text
IO.puts "Begin String \n============"
|
|
str = "string"
|
|
str |> is_binary # true
|