# > relational operator

The >relational operator is the greater
than operator.

**Synonyms:** gt

## Example(s)

Tests if any attribute in dynamic
array `x` is greater than `3`.

```
if x<*> > 3 then...
```

## See also

- [.left margin command (Runoff)](https://d3codex.com/runoff/dot-left-margin-command-runoff/)
- [Assignment](https://d3codex.com/pickbasic-flashbasic/assignment/)
- [Boolean evaluation](https://d3codex.com/pickbasic-flashbasic/boolean-evaluation/)
- [gt operator](https://d3codex.com/access/gt-operator/)
- [read statement](https://d3codex.com/pickbasic-flashbasic/read-statement/)
- [Relational operators](https://d3codex.com/pickbasic-flashbasic/relational-operators/)
- [[] reserved characters](https://d3codex.com/pickbasic-flashbasic/brackets-reserved-characters/)

---
Source: https://d3codex.com/pickbasic-flashbasic/greater-than-relational-operator/ - part of the D3Codex reference.
