Restored from previous forum. Originally posted by CONVERT.
Hello,
PB 3.51
These lines :
trt.b
gener("") ""
do not produce error message in the compiler.
Normally, it is gener("") instead of gener("") "".
And trt.b alone in a line means nothing.
Is it a bug, or something I did not understand?
Thanks
Jean.
Variable or expression alone in a line.
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
-
BackupUser
- PureBasic Guru

- Posts: 16777133
- Joined: Tue Apr 22, 2003 7:42 pm
Restored from previous forum. Originally posted by CONVERT.
I suppose that gener("") "" alone in a line is considered as a variable declaration, too.
Jean.
Thanks Danilo.Originally posted by Danilo
> trt.b
is a variable declaration and _should_ produce no code,
but the variable trt is now known as type byte.
cya,
...Danilo
(registered PureBasic user)
I suppose that gener("") "" alone in a line is considered as a variable declaration, too.
Jean.