!7 cmodule AgiBlueBot_DownloadAdjectives > DynSingleFunctionWithPrintLog { transient PKIKeyPair keys; start { keys = keyPairForProgram(); } void doIt { Set known = mechCISet("Adjectives"); L l = cast loadJSONPage("http://agi.blue/bot/keyAndValueSearch" + hquery(key := "is", value := "an adjective")); pnlStruct(l); } }