Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 108
and
Version 109
of
IR
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
12/01/15 11:25:08 (
10 years
ago)
Author:
zmanchun
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
IR
v108
v109
347
347
...
348
348
begin choose
349
when(hasnext(dom, <i,j,...>)) NEXT
(dom, <i,j,...>)
; goto L1;
349
when(hasnext(dom, <i,j,...>)) NEXT
dom, <i,j,...>
; goto L1;
350
350
when(not(hasnext(dom, <i,j,...>))) ; goto L2;
351
351
end choose