For example. Copy the following three lines into the clipboard and paste(-unicode) them into the session.
Code: Select all
dup←{
⍵ ⍵
}
But before hitting Return, type ∇ characters fore and aft, like so:
Code: Select all
∇dup←{
⍵ ⍵
}∇
... and then hit Return to define the function.