Add Rope_length (mostly as a way to add __attribute__((pure)) to the codebase
[fur] / examples / 10_boolean.fur
1 print(true)
2 print('\n')
3 print(false)