notes/pl/groovy/groovy-assert.txt
Ihar Hancharenka 5dff80e88e first
2023-03-27 16:52:17 +03:00

8 строки
115 B
Plaintext

assert, imports, and def
section
int x = 3
int y = 4
assert 7 == x + y + 1
// brings nice debug info for free