c3d / db48x

RPL runtime for the DM42 calculator, in the spirit of HP48/49/50
http://48calc.org
GNU Lesser General Public License v3.0
113 stars 13 forks source link

Help topic parsing finds first item, ignoring spaces #1231

Closed c3d closed 1 month ago

c3d commented 1 month ago

When putting an expression on the stack and selecting HELP we should show the Expressions help topic.

Instead, we jump to the Expressions containing variables topic.

We should check if there is more to the topic, and if so, keep going.