Useful Programming Trick .. But 40 years late!
|
01-21-2016, 08:59 AM
Post: #7
|
|||
|
|||
RE: Useful Programming Trick .. But 40 years late!
Just to mess with Structured Programming (as opposed to structured programming):
While (I>0) Case(I=1).......I=xxx Case(I=2).......I=xxx End While This skeleton will perform arbitrary sets of forward and backward jumps in a Structured Manner. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 3 Guest(s)