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
2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.lang b/test.lang
index 44c3cf4..4ce371a 100644
--- a/
test.lang
+++ b/
test.lang
@@ -7,5 +7,5 @@
*/
proc main {
- return 1
+ return ((1 & 3) * 1 + 4 / (81237 & 37)) - 23 + -3 + 4
}