RLE encode/decode procs

Use this section to showcase your programming examples. Or to ask members for programming suggestions
Post Reply
okto
Posts: 59
Joined: Sun Apr 23, 2023 5:14 am

RLE encode/decode procs

Post by okto »

Don't know if these will be any use to anyone, but I translated the BBC BASIC RLE algorithm on Rosetta Code to OPL.

Barely counts as translating, I didn't realize how close to being a subset of BBC BASIC OPL is!

RLE$ is the encoder, RLD$ is the decoder. Usage should be apparent.
You do not have the required permissions to view the files attached to this post.
Post Reply