5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
(* Test that the string concatenation syntax in CameLIGO works *)
|
|
|
|
let concat_syntax (s: string) =
|
|
s ^ "test_literal"
|