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