Actually Is
Syntax
a actually is bExplanation
Examples
1 actually is 1 // false
let a := 1
let b := a
a actually is b // trueLast updated
Was this helpful?
a actually is b1 actually is 1 // false
let a := 1
let b := a
a actually is b // trueLast updated
Was this helpful?
Was this helpful?