diff options
| author | WormHeamer | 2025-08-02 07:01:47 -0400 |
|---|---|---|
| committer | WormHeamer | 2025-08-02 07:01:47 -0400 |
| commit | 483334888ae5098ba4d9088698bcdea7ba4703ef (patch) | |
| tree | 57da8ac719019e19360a9f9efbfaf9924a2eb833 /test.lang | |
| parent | eb9581e4f599470748fdfdceacce61fd8e8f52c7 (diff) | |
better error reporting
Diffstat (limited to 'test.lang')
| -rw-r--r-- | test.lang | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -7,11 +7,9 @@ */ proc main { - 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 + let a = 2, b = 3 + let c = a + b, d = a * b * c, e = d + d + let a = d + let r = e + (c * e * b * a) + return (r / (r - 27060)) } |
