Skip to content

Commit fc54940

Browse files
fix
1 parent 416ca54 commit fc54940

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

data/cmd_values.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -334,14 +334,3 @@ Use `t!t cmd [tag]` to get more info on a reserved tag, for example: `t!t cmd us
334334
```py
335335
>>> To learn how to create a tag, use 't!t cmd'
336336
>>> If you want the complete list, get the tagdocs here 'https://the-lazy-learner.github.io/tatsu-tags.html'```}
337-
338-
{aset;cmd#and;This is how you make an and statement, for this tutorial, First let's assume `a` is `{aget;a}` and `b` is `{aget;b}`
339-
340-
`a` and `b` must be `1` for it to be `True` otherwise it will be `False`
341-
```{if;==;a;1;{if;==;b;1;True;False};False}```
342-
//Simplified, the code will become//
343-
**{if;==;a;1;`then`;False}**
344-
The code for `then` is **{if;==;b;1;true;false}**
345-
Meaning if `a` is not `1` it'll do `else` which is `False`.
346-
If it is `1`, it'll do `then` instead, and it will check if `b` is equal to `1`. If it isn't, it'll set it to `False`, if it is 1, it'll set it to `True`.
347-
Reserved tags used: `if` | `aget`

0 commit comments

Comments
 (0)