Next: , Up: rope API   [Contents][Index]


2.1 Rope constructor

Procedure: rope left right

Constructs a rope with left node left and right node right. Both arguments may be strings or ropes. Strings will be copied to be read-only (immutable) if not already read-only.