!7 sS inputDiagrams = [[ CirclesAndLines(circles=[Circle(text="Match", x=d("0.24495677233429394"), y=d("0.2011605415860735")), Circle(text="\"Have you heard about *\"", x=d("0.47982708933717577"), y=d("0.44294003868471954")), Circle(text="Object of interest", x=d("0.5720461095100865"), y=d("0.19922630560928434")), Circle(text="$1", x=d("0.8097982708933718"), y=d("0.42166344294003866"))], lines=[Arrow(a=t5, b=t26, text=""), Arrow(a=t5, b=t47, text="then"), Arrow(a=t47, b=t68, text="")], title="Match") ]]; p { Web web = webFromCALStructure(inputDiagrams); showWeb(web); WebNode match = web_find("Match"); S pattern = web_operandText(match); print("Pattern: " + pattern); }