You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a small suggestion, don't know if that's possible to implement, but it would be nice. I noticed that you can't call class commands from a constant. For instance, if you declare 3@ as an Actor and assign a constant swt to the value 3@, then you can use
@wmysterio this idea was already expressed in #32 . In short I'm not a fan of doing that as it makes a difference between constants and variables very vague.
I'm in favor of the inline declaration as here: #37 (comment)
I have a small suggestion, don't know if that's possible to implement, but it would be nice. I noticed that you can't call class commands from a constant. For instance, if you declare
3@
as anActor
and assign a constantswt
to the value3@
, then you can useyet you won't be able use
The latter, I think, may make constants even more helpful in SB (again, if possible and reasonable).
Originally posted by @VitalRus95 in #130 (comment)
The text was updated successfully, but these errors were encountered: