Back to Index

Definition: temp() — Allowed: no arguments; Not allowed: any arguments.

Returns the current temperature value supplied by the host.

Example

if (temp() > 250) {
  out(1) = 1;
}