ligo/test/contracts/string_arithmetic.ligo
2019-09-09 11:47:42 +02:00

6 lines
196 B
Plaintext

function concat_op (const s : string) : string is
begin skip end with string_concat(s , "toto")
function slice_op (const s : string) : string is
begin skip end with string_slice(1n , 2n , s)