Add Rope_length (mostly as a way to add __attribute__((pure)) to the codebase
[fur] / examples / 09_assignment.fur
1 greeting = 'Hello, world'
2 print(greeting)