0

Global goto labels

How can I declare a global goto label to do unconditional jumps between methods?

22nd Jun 2020, 1:46 AM
Darp5756
Darp5756 - avatar
1 Respuesta
0
As I understand it, labels are locally scoped (read: within functions/methods). Not sure what needs or why you want to use `goto` in a language like C#, while even in C or C++ they are not preferable except for rare occasions, and with extra care in writing, or else it can be quite messy.
25th Jun 2020, 8:44 AM
Ipang
En tendencia hoy
.
1 Votes
What?
0 Votes
HTML
0 Votes
Web
0 Votes
Quiz duel
0 Votes
FRC Coding?
1 Votes
help
0 Votes
AI
2 Votes
APIs
1 Votes