index
:
~wrmr/lang
master
Unnamed repository; edit this file 'description' to name the repository.
Worm Heamer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test.lang
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'test.lang')
-rw-r--r--
test.lang
4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.lang b/test.lang
index 00334c9..1f33175 100644
--- a/
test.lang
+++ b/
test.lang
@@ -1,6 +1,6 @@
proc main(a, b i64) {
- if a > 5 {
- a := a - 5
+ if a = b {
+ b := 3
}
return a
}