@r@ typedef WCHAR; identifier wstr; constant ch; position p; @@ const WCHAR wstr[] = { ..., ch@p, ..., '\0' }; @script:python@ wstr << r.wstr; ch << r.ch; p << r.p; @@ print(wstr, ch)