A fatal scripting error occurred.incorrect syntax was encountered while parsing go
use separate line for bulk comment with Go
Like
Select 1
Go/*
comment*/
Will not work.
change it like:
Select 1
Go
/*
comment*/
A fatal scripting error occurred.incorrect syntax was encountered while parsing go
use separate line for bulk comment with Go
Like
Select 1
Go/*
comment*/
Will not work.
change it like:
Select 1
Go
/*
comment*/