Added eval package

This commit is contained in:
Eduard Urbach 2025-02-27 19:45:18 +01:00
parent efb3089211
commit e7afb2dab5
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
16 changed files with 274 additions and 148 deletions

View file

@ -11,7 +11,7 @@ main() {
total -= 1
}
assert total == 5
assert total == 0
for i := 0..10 {
assert i >= 0