Simple scripts
- Last UpdatedAug 12, 2024
- 1 minute read
Simple scripts implement logic such as assignments, math, and functions. An example of this type of scripting is:
React_temp = 150;
ResultTag = (Sample1 + Sample2)/2;
{this is a comment}
Simple scripts implement logic such as assignments, math, and functions. An example of this type of scripting is:
React_temp = 150;
ResultTag = (Sample1 + Sample2)/2;
{this is a comment}