java.lang.Object
org.kink_lang.kink.internal.intrinsicsupport.IfSupport
Support funs for if preloaded fun.
-
Method Summary
Modifier and TypeMethodDescriptionstatic FunValcondNotBool(Vm vm, Val actual) Returns a fun to raise cond-not-bool exception.
-
Method Details
-
condNotBool
Returns a fun to raise cond-not-bool exception.- Parameters:
vm- the vm.actual- the actual arg for cond param.- Returns:
- fun to raise cond-not-bool exception.
-