07-05-2025, 04:34 PM
If I was smart being a new forum user I would comment on a few things to start off positive, but I never claimed to be smart so I'm wondering if this is a bug in the new editor version. This is my first time running a Chromebook with QB64 in the Linux container, Arm64 processor. The QB64 editor shows no errors, the program compiles without problems, but when I run the program nothing is printed out. I do realize the command should be _Round.
Code: (Select All)
$Console:Only
num = 203.5
rounded_num = round(num)
Print rounded_num
System



![[Image: rounded.jpg]](https://i.ibb.co/W49tnc6B/rounded.jpg)