Copy-paste fix pattern
library CB-Math
library CB-Storage
fn main() {
save 1 + 2
}
ClosedBit Docs
ClosedBit error docs
Library not found. A library declaration names a library that is not shipped, compiled, or installed in the active library path.
A library declaration names a library that is not shipped, compiled, or installed in the active library path.
Use a shipped CB-Name library, compile a .cbl, or install the library before building.
library CB-Math
library CB-Storage
fn main() {
save 1 + 2
}