goplus / gop

The Go+ programming language is designed for engineering, STEM education, and data science. Our vision is to enable everyone to become a builder of the digital world.
https://goplus.org
Apache License 2.0
8.95k stars 547 forks source link

Goto、break、continue #280

Closed xushiwei closed 4 years ago

xushiwei commented 4 years ago
- goto
- break
- continue
- fallthrough
JessonChan commented 4 years ago

fallthrough is ok at #319 break and continue without label at #362

JessonChan commented 4 years ago

goto/label is ok at #377 and #369

JessonChan commented 4 years ago

459

xushiwei commented 4 years ago

https://github.com/goplus/gop/pull/478

JessonChan commented 4 years ago

511

xushiwei commented 4 years ago

https://github.com/goplus/gop/pull/563