Close composition: Difference between revisions

Jump to navigation Jump to search
108 bytes added ,  22:18, 10 September 2022
m
Text replacement - "<source" to "<syntaxhighlight"
No edit summary
m (Text replacement - "<source" to "<syntaxhighlight")
Line 4: Line 4:
! Operator !! SHARP !! J close !! J non-close !! Modern
! Operator !! SHARP !! J close !! J non-close !! Modern
|-
|-
| [[Atop (operator)|Atop]] || <source lang=apl inline>⍥</source> || <source lang=j inline>@</source>  || <source lang=j inline>@:</source> || <source lang=apl inline>⍤</source>
| [[Atop (operator)|Atop]] || <syntaxhighlight lang=apl inline>⍥</source> || <syntaxhighlight lang=j inline>@</source>  || <syntaxhighlight lang=j inline>@:</source> || <syntaxhighlight lang=apl inline>⍤</source>
|-
|-
| [[Over]]                || <source lang=apl inline>⍤</source> || <source lang=j inline>&</source>  || <source lang=j inline>&:</source> || <source lang=apl inline>⍥</source>
| [[Over]]                || <syntaxhighlight lang=apl inline>⍤</source> || <syntaxhighlight lang=j inline>&</source>  || <syntaxhighlight lang=j inline>&:</source> || <syntaxhighlight lang=apl inline>⍥</source>
|-
|-
| [[Under]]                || <source lang=apl inline>¨</source> || <source lang=j inline>&.</source> || <source lang=j inline>&.:</source> || <source lang=apl inline>⍢</source>
| [[Under]]                || <syntaxhighlight lang=apl inline>¨</source> || <syntaxhighlight lang=j inline>&.</source> || <syntaxhighlight lang=j inline>&.:</source> || <syntaxhighlight lang=apl inline>⍢</source>
|}
|}


{{APL features}}[[Category:Composition operators]]
{{APL features}}[[Category:Composition operators]]

Navigation menu