You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brs> ?abs(1.1222222222222)
REPL(1,20-21): Provided arguments don't match Abs's signature.
function Abs(x as Float) as Float:
* Argument 'x' must be of type Float, but received Double.
But in brightscript it works, and abs will truncate it to float
The text was updated successfully, but these errors were encountered:
in interpreter:
But in brightscript it works, and abs will truncate it to float
The text was updated successfully, but these errors were encountered: