Added missing quote.
This commit is contained in:
parent
f6f5cf5e3e
commit
d81ad9d206
|
@ -356,7 +356,7 @@ proc foobar(a: ref TPerson) =
|
|||
double d = 3.1415926;
|
||||
int i = (int) d;
|
||||
d = (double) i;
|
||||
printf(%d, %g\n", i, d);
|
||||
printf("%d, %g\n", i, d);
|
||||
</pre>
|
||||
<pre>
|
||||
int x = 42;
|
||||
|
|
Loading…
Reference in New Issue