]> gitweb.factorcode.org Git - factor.git/blob - vm/booleans.hpp
Merge remote-tracking branch 'origin/master'
[factor.git] / vm / booleans.hpp
1 namespace factor {
2
3 // Cannot allocate
4 inline static bool to_boolean(cell value) { return value != false_object; }
5
6 }