﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
377	Problem in defining real numbers in scientific format	Christian Paz	Víctor de Buen Remiro	"Different formats of Real are strangely not accepted:

Real var1=1e+308;   //Syntactic error
Real var2= 1e+308;  //OK: note the blank after the equal sign
Real var3=-1e+308    //Syntactic error
Real var4= -1e+308    //Syntactic error
Real var5= - 1e+308   //OK: note the blank after the - sign and equal sign

I suppose there was a change in Parser that causes this. At least the line
referring to var4 was always valid (-1e+308)

Thanks
Christian"	defect	closed	normal		Math	head	major	fixed		
