!7 static S main(S snippetID) { ret loadSnippet(snippetID); } p { S id = args[0]; print("Getting text of snippet " + id); print(); print(main(id)); }