Feb 2009 -- Due to time pressures, the ongoing development of 'rope' has been suspended temporarily.

ROPE Language Reference - "chr"

The "chr" action pops an integer off the top of the stack and pushes back a single-character string that contains the character with that ascii value.

So, this example prints the letter 'h'..

104 chr println