Nice! Thank you, Alex!
On Mon, 26 Jul 2021 05:45 -04:00, Alexander Burger wrote:
> Hi all,
>
> since version 21.7.25 PicoLisp supports a new syntax for calling Lisp code in
> Pilog rules.
>
> As before, the predicate '^' evaluates Lisp expressions inside Pilog code:
>
>: (? (^ @X (println
Hi all,
since version 21.7.25 PicoLisp supports a new syntax for calling Lisp code in
Pilog rules.
As before, the predicate '^' evaluates Lisp expressions inside Pilog code:
: (? (^ @X (println 'OK)))
OK
@X=OK
Traditionally, Pilog variables can be accessed with the '->' function: