Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: compatibility warning


Warning
titleCompatibility

This page has not been updated for use with version 1.0 of the pico-engine (although the console ruleset in the linked GitHub repo does work with version 1.0)

A console for KRL code

The challenge accepted was to provide a way to evaluate simple KRL expressions from within the Pico UI. One can always jump into the Rulesets Editor page and create a new ruleset containing the expression, register it, install it in a pico, go to that pico's Testing tab and run the function in the new ruleset that contains the expression. But that is a lot of manual steps!

...

Expanding an input box is explained in the page on using the Testing tab.

The remainder of this document describes the problems encountered along with their solutions.

...