notImplemented() -- print an error message that says "not implemented yet".
Code:
-- code for notImplemented: -- ../m2/debugging.m2:39 notImplemented = x -> error "not implemented yet"