Concat Strings Ocaml

[Solved] Concat Strings Ocaml | Solidity - Code Explorer | yomemimo.com
Question : concat strings ocaml

Answered by : matan-shtepel

# String.concat "," [""; "yes"];;
- : string = ",yes"

Source : https://stackoverflow.com/questions/52268418/concatenating-strings-in-ocaml | Last Update : Fri, 14 Jan 22

Answers related to concat strings ocaml

Code Explorer Popular Question For Solidity