Unicode: Difference between revisions

Jump to navigation Jump to search
385 bytes added ,  14:32, 26 December 2019
No edit summary
Line 16: Line 16:
|-
|-
! rowspan=2 | Epsilon
! rowspan=2 | Epsilon
| style=text-align:center | <source lang=apl inline>∈</source><ref>Found by Hanspeter Moser in [https://www.gnu.org/software/apl/Bits_and_Pieces/toronto-toolkit.apl.html The Toronto Toolkit]</ref> || style=text-align:center | U+2208 || Element of || {{Yes}} || {{Yes}} || {{No}} || {{No}} || {{Yes}} || {{Yes}}
| style=text-align:center | <source lang=apl inline>∈</source><ref>Found by Hanspeter Moser in [https://www.gnu.org/software/apl/Bits_and_Pieces/toronto-toolkit.apl.html The Toronto Toolkit]</ref> || style=text-align:center | U+2208 || Element of || {{No}} || {{No}} || {{Yes}} || {{Yes}} || {{No}} || {{No}}
|-  
|-  
| style=text-align:center | <source lang=apl inline>∊</source> || style=text-align:center | U+220A || Small Element of || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}
| style=text-align:center | <source lang=apl inline>∊</source> || style=text-align:center | U+220A || Small Element of || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}
|-
! rowspan=2 | Minus
| style=text-align:center | <source lang=apl inline>-</source> || style=text-align:center | U+002D || Hyphen-minus || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}
|-
| style=text-align:center | <source lang=apl inline>−</source> || style=text-align:center | U+2212 || Minus sign || {{No}} || {{No}} || {{Yes}} || {{Yes}} || {{Yes}} || {{No}}
|-
|-
! style=background:red;text-align:center colspan=10 | main content awaiting approval
! style=background:red;text-align:center colspan=10 | main content awaiting approval
Line 25: Line 30:
| style=text-align:center | <source lang=apl inline>○</source> || style=text-align:center | U+25CB || White circle || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}
| style=text-align:center | <source lang=apl inline>○</source> || style=text-align:center | U+25CB || White circle || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}} || {{Yes}}
|-
|-
| style=text-align:center | <source lang=apl inline>⚪</source> || style=text-align:center | U+26AA || Medium white circle || {{No}} || {{No}} || {{No}} || {{Yes}} || {{No}} || {{No}}
| style=text-align:center | <source lang=apl inline>⚪</source> || style=text-align:center | U+26AA || Medium white circle || {{No}} || {{No}} || {{Yes}} || {{Yes}} || {{No}} || {{No}}
|-
|-
! rowspan=4 | Diamond
! rowspan=4 | Diamond
Line 37: Line 42:
|}
|}
These characters are included here because they have been encountered them in APL code displayed somewhere on the Internet or in a PDF file. Thus blindly copying them into an APL [[session]] can produce an error which might well confuse the user.
These characters are included here because they have been encountered them in APL code displayed somewhere on the Internet or in a PDF file. Thus blindly copying them into an APL [[session]] can produce an error which might well confuse the user.
== Functionality ==
== Functionality ==
The following statements can be used to test the functionality of the symbols:
The following statements can be used to test the functionality of the symbols:

Navigation menu