problem with '-' in line numbers (fixed)

When a line number contains a '-' , for instance "3-4" JSesh currently produces the following code: |3-4-... which is wrongly interpreted when the text is reread.

Hence, we need to produce some non-standard code, like |3-4- ... and read it.

Next Post Previous Post