diff options
| author | WormHeamer | 2025-08-02 06:19:21 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-02 06:19:21 -0400 |
| commit | eb9581e4f599470748fdfdceacce61fd8e8f52c7 (patch) | |
| tree | 5b76cee59606422d3b2c973c828b611e35b16e24 /test.lang | |
| parent | 828396144285492b14a6d8f5c50a4a0d9d0714ef (diff) | |
preliminary let bindings
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -6,7 +6,12 @@ * let x = g */ - proc main { - return (3 * 5612 * -2) / (1 * (32 ^ 32) + 1 + (512 ^ 512) & (3131 + (1023 - 3131))) + let a = 31, b = a * 232, z = a * b + let gaye = a + b * a + let d = b + gaye + let sum = a + b + z + d + let nsum = -sum + let gay = d xor sum + return nsum + gay } |
