Project

General

Profile

Bug #618

Commenting after a Global statement causes syntax error when compiling.

Added by David Baldwin about 3 years ago. Updated about 3 years ago.

Status:
Closed
Priority:
Normal
Target version:
Start date:
01/13/2021
Due date:
% Done:

0%

Estimated time:
Affected version:

Description

Commenting after a Global statement causes syntax error when compiling.

A=10
Global A // This will crash!

It does however work if you use ' to comment instead

A=10
Global A ' This will work!

Also available in: Atom PDF