Skip to content

Commit 407a935

Browse files
committed
Merge branch 'main' of github.com:dhowe/riscript
2 parents 12d6d89 + 02f8472 commit 407a935

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## RiScript: a scripting language for writers
44

5-
RiScript is a minor language designed for writers working in computational media. It runs in a variety of environments, including the browser, Node, Observable, P5.js, Android and others. RiScript primitives (choices, symbols, gates, transforms, etc) can be used as part of any RiScript [grammar](https://rednoise.org/rita/reference/RiScript/grammar/) or executed directly using [evaluate()](https://rednoise.org/rita/reference/RiScript/grammar/). RiScript is free/libre/open-source and integrates with [RiTa](https://rednoise.org/rita).
5+
RiScript is a minor language designed for writers working in computational media. It runs in a variety of environments, including the browser, Node, Observable, P5.js, Android and others. RiScript primitives (choices, symbols, gates, transforms, etc) can be used as part of any RiScript [grammar](https://rednoise.org/rita/reference/RiScript/grammar/) or executed directly using [evaluate()](https://rednoise.org/rita/reference/RiScript/grammar/). RiScript is free/libre/open-source and optionally integrates with [RiTa](https://rednoise.org/rita). It is 100% AI-free software.
66

77
For more documentation and examples see this interactive [notebook](https://observablehq.com/@dhowe/riscript) on observable.
88

docs/gates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,8 @@ The following operators assist in evaluating documents:
8585
The @exists operator will look for values that do or do not exist:
8686

8787
```
88-
@{ $secret: { @exists: true}
89-
@{ $secret: { @exists: false}
88+
@{ $secret: { @exists: true} }
89+
@{ $secret: { @exists: false} }
9090
```
9191

9292
The @eq and @ne operator will look for values match or do not match a value:

0 commit comments

Comments
 (0)