#87968# remove string constant

This commit is contained in:
Juergen Schmidt 2001-06-08 09:35:41 +00:00
parent e9b321cb92
commit 3d480c0992

View file

@ -6,7 +6,6 @@ module test
const long add = 1 + 2;
const long sub = 3 - 2;
const hyper h = 123456789;
const string str = "hallo";
const float f7 = 3.4123;
const float f2 = 3.4123 + 10e-12;
const boolean bt = True;