Evaluates a PHP expression. Useful to avoid calculations in real-time. Can convert the resulting value into a BASIC hex number.
X = $eval { 256 * 3 } Y = $eval hex { sqrt(16) }