Is it a bug ? : &h alone

General FreeBASIC programming questions.
Post Reply
SARG
Posts: 1764
Joined: May 27, 2005 7:15
Location: FRANCE

Is it a bug ? : &h alone

Post by SARG »

Using &h alone (without 0-1/A-F) doesn't throw an error or a warning at least.
Not sure that's a bug anyway a bit weird.

Code: Select all

Print 99*&h*8000
Print &h
Sleep
sancho3
Posts: 358
Joined: Sep 30, 2017 3:22

Re: Is it a bug ? : &h alone

Post by sancho3 »

It works with &b and &o as well.
Post Reply