The expressino evaluator does not handle the following - arrays - objects (classes, structs, enums etc..) - type casting
Support is partially there now: (fhpd) print (float)1 1.0 (fhpd) print arr_1 [0]=1[1]=2[2]=3[3]=4[4]=5[5]=6[6]=7[7]=8[8]=9[9]=0[10]=1[11]=2[12]=3[13]=4[14]=5[15]=6[16]=7[17]=8[18]=9[19]=0[20]=1[21]=2[22]=3[23]=4[24]=5[25]=6[26]=7[27]=8[28]=9[29]=0[30]=1[31]=2 (fhpd) print class_1 class_double_1=12.34,class_int_2=15.0,
*** This bug has been marked as a duplicate of 1726 ***