Add Rope_length (mostly as a way to add __attribute__((pure)) to the codebase
[fur] / examples / 26_string_concatenation.fur
1 print('Hello' ++ ', ' ++ 'world' ++ '\n')