Page 1 of 1

Cant use MyTable.Continue as a function name.

Posted: Sun Oct 27, 2024 2:08 pm
by Bugala
Just noticed it gives an error when trying to use Function name Continue connected to table.

It is understandable that

Code: Select all

Function Continue()
doesn't work, since that is a reserved word, but even

Code: Select all

Function Mytable.Continue()
is forbidden is a bit strange.

Re: Cant use MyTable.Continue as a function name.

Posted: Sat Nov 23, 2024 12:09 am
by airsoftsoftwair
Not a bug. It's illegal to use reserved words as table items. You can't do something like this either:

Code: Select all

t.if = 1