# Nuclear tokens

Any function or expression can itself be an argument of
another function or expression. The compiler evaluates expressions
starting with the innermost set of parentheses.

## Example(s)

```
crt oconv(array(1)-array(2),"mr2")
name = field(trim(sentence),&#39; &#39;,2)
```

## See also

- [Assignment](https://d3codex.com/pickbasic-flashbasic/assignment/)
- [Statements and functions](https://d3codex.com/pickbasic-flashbasic/statements-and-functions/)

---
Source: https://d3codex.com/pickbasic-flashbasic/nuclear-tokens/ - part of the D3Codex reference.
