Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: allow choice of methods to validate KRL

...

Code Block
  meta {
    name "Hello World"
    description <<
A first ruleset for the Quickstart
>>
    author "Phil Windley"
    logging on
    shares hello, __testing
  }

Be sure to use the "validate" button to validate your source code, using one of the techniques in Developer Tips for Pico Engine to ensure that you have introduced no syntax errors into your ruleset. Once you get the "ok", go ahead and push your changes into Github and re-install the ruleset into your pico. (Review the Pico Engine Quickstart page if necessary)

...