---
- name: divergence
tag: divergence
match: "."
replace:
- test:
if: "$Verbosity='Verbose'"
then: [t: "divergence"] else: [t: "div"] - t: "of" - test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"
- name: curl
tag: curl
match: "."
replace:
- t: "curl of" - test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"
- name: gradient
tag: gradient
match: "."
replace:
- test:
if: "$Verbosity!='Terse'"
then: [t: "gradient of"] else: [t: "del"] - test:
if: "not(IsNode(*[1], 'leaf'))"
then: [pause: short]
- x: "*[1]"