Definify.com
Definition 2024
--
--
Translingual
Letter
- Visual rendering of Morse code for M.
See also
Characters in Morse code [[https://en.wiktionary.org/w/index.php?title=Template:morse_links&action=edit edit]]
.- (A) | -... (B) | -.-. (C) | -.. (D) | . (E) | ..-. (F) | --. (G) | .... (H) | .. (I) |
.--- (J) | -.- (K) | .-.. (L) | -- (M) | -. (N) | --- (O) | .--. (P) | --.- (Q) | .-. (R) |
... (S) | - (T) | ..- (U) | ...- (V) | .-- (W) | -..- (X) | -.-- (Y) | --.. (Z) | ----- (0) |
.---- (1) | ..--- (2) | ...-- (3) | ....- (4) | ..... (5) | -.... (6) | --... (7) | ---.. (8) | ----. (9) |
.-.-.- (.) | --..-- (,) | ..--.. (?) | -.-.-- (!) | ---... (:) | -.-.-. (;) | -..-. (/) | -.--. ( ( ) | -.--.- ( ) ) |
.----. (') | .-..-. (") | -...- (=) | .-.-. (+) | -....- (-) | ..--.- (_) | .-... (&) | ...-..- ($) | .--.-. (@) |
Punctuation mark
- Informal form of – (en dash), or — (em dash), in use due to technical restrictions or convenience of entry.
- 2001 November 20, Dane Martin, “Re: I'm skipping school today...”, in alt.litterbox, Usenet, message-ID <20011120152118.09919.00000942@mb-fh.aol.com>:
- I'm telling you -- the hobos! THE HOBOS!
-
Symbol
- (programming) Decrement by 1 in certain programming languages such as C and Java.
- (programming) Starts a single-line comment in some programming languages, including Ada, Haskell and Lua, as well as some query languages.
- if pizza == "plain cheese" -- Checks if pizza is "plain cheese".
- SELECT id, name, birth_date -- Selects fields from a table.