FPC 3.3.2
Please try something like thisCode: Pascal [Select][+][-]for Tif in [-3, 0.2, 0.5, 1.0, 10.0]
I don't have trunk but it fails in Lazarus 2.2.6 (x64). It seems the first element is parsed as integer and than the rest goes wrong.
numbers as literals:0,10,20,5110---numbers in constant:0,10,20,5110---numbers in variable:0,10,20,5110