• = to_Bool(String) able to convert numerical value into Boolean true/false. 0 is false otherwise is true
    + to_String_value(Bool) convert Boolean into "0" or "1" in String. Useful for database
    
    streams.anubis
    + unput_string(String) allow to unput an entire String in one time
    
    basic_xml_parser.anubis
    = remove dependency with Kero snomone project
    David René authored
     
    Browse Code »