Example #1
0
void Storage::AddConstants(SymbolTable &tbl)
{
	unsigned int id = tbl.Add("pi");
	AddValue(id,3.1415926);
}