Mercurial
Mercurial
>
hg
>
afl-material
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
progs/while-tests/and.while
author
Christian Urban <christian.urban@kcl.ac.uk>
Mon, 03 Feb 2025 13:25:59 +0000 (7 weeks ago)
changeset 980
0c491eff5b01
parent 824
284ac979f289
permissions
-rw-r--r--
updated
n := 0;
+
−
if (n == 0) && (n == 1) then {
+
−
write "yes"
+
−
} else {
+
−
write "no"
+
−
}
+
−