Replies: 1 comment
-
To call a method on a class from within the same class, you use Like this: class Movie
Sub play()
m.enableSubtitles()
End sub
Sub enableSubtitles()
Print "enabled"
End sub
End class |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to call the function which is in the class like the one class have two methods and i want to call second method from first method then how i can do
Beta Was this translation helpful? Give feedback.
All reactions