// This is a comment line fn my-function() -> bool { // This function always returns false return false; }