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>
Fri, 29 Nov 2024 18:58:18 +0000
changeset 975
ae5c03560d4d
parent 824
284ac979f289
permissions
-rw-r--r--
update
n := 0;
if (n == 0) && (n == 1) then {
write "yes"
} else {
write "no"
}