Go to the first, previous, next, last section, table of contents.


|delete

Function: |delete { [] arg -> [] }
file: job.t
package: muf
status: alpha

Given arg and a block, |delete removes all instances of arg from the block:

Stack:
"ag::995:30:Alexander the Geek:/q/ag:msh" ":" chopString[
Stack: [ "ag" "" "995" "30" "Alexander the Geek" "/q/ag" "msh" |
"" |delete
Stack: [ "ag" "995" "30" "Alexander the Geek" "/q/ag" "msh" |
":" ]glueStrings
Stack: "ag:995:30:Alexander the Geek:/q/ag:msh"

See section |popNth.


Go to the first, previous, next, last section, table of contents.