]> gitweb.factorcode.org Git - factor.git/blob - vm/booleans.hpp
basis: use lint.vocabs tool to trim using lists
[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 }