Content deleted Content added
"fallthrough" statement in go |
|||
Line 91:
}
</source>
===Go===
The Go programming language has an explicit ''fallthrough'' statement which can be used at the end of a case statement to indicate that control falls through next case clause in a expression "switch" statement.<ref>{{Cite web
| title = The Go Programming Language Specification
| accessdate = 2010-01-18
| url = http://golang.org/doc/go_spec.html#Fallthrough_statement
}}</ref>
===Pascal===
|