System Library
Ignition comes with a group of system functions, called the system library. Using a system function is simple. For example, the following code will access the value of a tag.
value = system.tag.value(
"tagPath"
).value
The appendix is full of built-in functions such as this.