I discovered "the hard way" a way to do nested code (loops, etc) --- inserting an @EnD before the next level, then inserting a @begin at the next level. This captures the fall-through (open loop?) logic but doesn't get the "spirit" of the nesting.
What do you recommend for representing nesting?
I discovered "the hard way" a way to do nested code (loops, etc) --- inserting an @EnD before the next level, then inserting a @begin at the next level. This captures the fall-through (open loop?) logic but doesn't get the "spirit" of the nesting.
What do you recommend for representing nesting?