Here you can find the source of toBool(String bv)
public static String toBool(String bv)
//package com.java2s; //License from project: Open Source License public class Main { public static String toBool(String bv) { return "(tobool " + bv + ")"; }/*from w w w . j a v a 2 s.c o m*/ }