Motoko ReferencesDebugOn this pageDebugDebugging aidsprintlet print : Text -> ()Copyprint(t) emits text t to the debug output stream. How this stream is stored or displayed depends on the execution environment.traplet trap : Text -> NoneCopytrap(t) traps execution with a user-provided message.