Class Truth
java.lang.Object
io.github.protasm.jvmud.compiler.runtime.Truth
Utility helpers for LPC truthiness semantics.
-
Method Summary
-
Method Details
-
isTruthy
Convert any LPC value to a boolean according to simple truthiness rules:- Parameters:
value- a value produced by compiled LPC code- Returns:
truewhen the value should be considered truthy
-