From 2b8893441f7d4a2b93976596d4daf387a32a9010 Mon Sep 17 00:00:00 2001 From: Dmitry Iv Date: Tue, 20 Feb 2024 20:30:32 -0500 Subject: [PATCH] Elaborate why just in --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15126bc..ac58ae3 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,8 @@ _Subscript_ supports [common syntax](https://en.wikipedia.org/wiki/Comparison_of ### Justin -_Justin_ is minimal JS subset, _JSON_ + _Expressions_ (see [thread](https://github.com/endojs/Jessie/issues/66)). It extends _subscript_ with: +_Justin_ is minimal JS subset, _JSON_ + _expressions_, no keywords (just `in`). +See [thread](https://github.com/endojs/Jessie/issues/66) for details. It extends _subscript_ with: + `a ** b` (right-assoc) + `a ? b : c`