Use double for local type, not float.

This commit is contained in:
Andrew Johnson
2004-03-31 16:41:02 +00:00
parent af97e702d1
commit bfb3de64ce

View File

@@ -1,5 +1,5 @@
program sncExample
float v;
double v;
assign v to "{user}:xxxExample";
monitor v;