// Function input are immutable by default. function main(a: bool) { a = false; }