===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
frogatto-1.3.1+dfsg/src/formula_function.cpp-1286-			const int nelements = items.num_elements();
frogatto-1.3.1+dfsg/src/formula_function.cpp:1287:			for(int& n = index_variant.int_addr(); n != nelements; ++n) {
frogatto-1.3.1+dfsg/src/formula_function.cpp-1288-				self_variant = items[n];
##############################################
frogatto-1.3.1+dfsg/src/variant.hpp-114-	//when high performance is needed.
frogatto-1.3.1+dfsg/src/variant.hpp:115:	int& int_addr() { must_be(VARIANT_TYPE_INT); return int_value_; }
frogatto-1.3.1+dfsg/src/variant.hpp-116-