!7 cmodule2 QuestionTripleTest > DynPrintLog { switchable S multiBotModule; switchable long mainPostID; transient GazellePost mainPost; p { mainPost = quickImport(dm_call(multiBotModule, "getPost", mainPostID)); print(+mainPost); } }