Page 1 of 1

Posted: Fri Jan 31, 2003 8:22 pm
by BackupUser
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.

Posted: Fri Jan 31, 2003 9:23 pm
by BackupUser
Restored from previous forum. 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)

Posted: Fri Jan 31, 2003 9:51 pm
by BackupUser
Restored from previous forum. Originally posted by CONVERT.
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)
Thanks Danilo.

I suppose that gener("") "" alone in a line is considered as a variable declaration, too.

Jean.