Question: (if true then ...) seems to have a weird bug

In Maple 2017.2:

if true then print(1);print(2);print(3);print(4);print(5) end if;
                               1
                               3
                               5

 

Please Wait...