HP Forums

Full Version: Problem with table
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
#cas
tabletest()
begin
d:=table("a"=1,"b"=2)
a:="a"
print(a+"="+d["a"]) //display a=1
print(a+"="+d[a]) //display a=0,I wish it's "a=0".
end;
Table is not listed in the prime catalog, perhaps it's not fully implemented yet. It works as expected in xcas.
Reference URL's