6 lines
196 B
Plaintext
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)
|