summaryrefslogtreecommitdiff
path: root/test.lang
diff options
context:
space:
mode:
authorWormHeamer2025-10-27 22:22:41 -0400
committerWormHeamer2025-10-27 22:22:41 -0400
commitd69ebf5d418677e0d24d7a87af975e24be3788af (patch)
treef5a49117f7bca69aa2fa7a6ea6991a2d3b8aa1f9 /test.lang
parent8085cad870f340fabddcf8792353e05d69372968 (diff)
stuffs
Diffstat (limited to 'test.lang')
-rw-r--r--test.lang7
1 files changed, 1 insertions, 6 deletions
diff --git a/test.lang b/test.lang
index dc6e4cf..eb4e1a3 100644
--- a/test.lang
+++ b/test.lang
@@ -1,8 +1,3 @@
func main(a, b i64) i64 {
- let x = 2
- if a < b {
- let z = 3
- x := 3
- }
- return a + x
+ return a + b + 3
}