Copy-paste fix pattern
fn main() {
var score = 0
save score
}
ClosedBit Docs
ClosedBit error docs
Unknown command or keyword. A word at the start of a statement is not a ClosedBit keyword.
A word at the start of a statement is not a ClosedBit keyword.
Use a supported keyword such as library, fn, if, while, for, return, save, var, string, bool, or a numeric type.
fn main() {
var score = 0
save score
}