Unicode: Difference between revisions

Jump to navigation Jump to search
53 bytes added ,  16:06, 5 February 2021
m
no edit summary
mNo edit summary
(3 intermediate revisions by 2 users not shown)
Line 43: Line 43:
|-
|-
! rowspan=2 | Alpha
! rowspan=2 | Alpha
| <source lang=apl inline>α</source> || U+03B1 || Greek small letter Alpha || rowspan=2 | || {{No}} || {{Yes}} || {{Yes}} || {{No}} || {{No}} || rowspan=2 colspan=2 | [[Left Argument]]
| <source lang=apl inline>α</source> || U+03B1 || Greek small letter Alpha || rowspan=2 | || {{No}} || {{Yes}} || {{Yes}} || {{No}} || {{No}} || rowspan=2 colspan=2 | [[dfn|Left Argument]]
|-
|-
| <source lang=apl inline>⍺</source> || U+237A || APL functional symbol Alpha || colspan=5 {{Yes|Universal}}
| <source lang=apl inline>⍺</source> || U+237A || APL functional symbol Alpha || colspan=5 {{Yes|Universal}}
|-
|-
! rowspan=2 | Omega
! rowspan=2 | Omega
| <source lang=apl inline>ω</source> || U+03C9 || Greek small letter Omega || rowspan=2 | || {{No}} || {{Yes}} || {{Yes}} || {{No}} || {{No}} || rowspan=2 colspan=2 | [[Right Argument]]
| <source lang=apl inline>ω</source> || U+03C9 || Greek small letter Omega || rowspan=2 | || {{No}} || {{Yes}} || {{Yes}} || {{No}} || {{No}} || rowspan=2 colspan=2 | [[dfn|Right Argument]]
|-
|-
| <source lang=apl inline>⍵</source> || U+237A || APL functional symbol Omega || colspan=5 {{Yes|Universal}}
| <source lang=apl inline>⍵</source> || U+237A || APL functional symbol Omega || colspan=5 {{Yes|Universal}}
Line 140: Line 140:
⍎⎕← '1',(⎕UCS 16⊥2  3  7  2),'1'  ⍝ Nand
⍎⎕← '1',(⎕UCS 16⊥2  3  7  2),'1'  ⍝ Nand
</source>
</source>
Note that the last four lines will not work on a system that doesn’t support [[dfns]].
Note that the last four lines will not work on a system that doesn’t support [[dfn]]s.


==Atomic Vector==
==Atomic Vector==
Line 150: Line 150:
== References ==
== References ==
<references/>
<references/>
{{APL glyphs}}[[Category:APL character set]]

Navigation menu