leo/compiler/tests/console/assert.leo

3 lines
57 B
Plaintext
Raw Normal View History

2020-08-17 03:20:47 +03:00
function main(a: bool) {
console.assert(a == true);
}