Julia programming language

From annawiki
Revision as of 2018-08-14T10:16:08 by Tobiasco (talk | contribs) (Created page with "https://docs.julialang.org/en/stable/manual/strings/ * Input of Unicode character in single quotes ** \u followed by up to four hexadecimal digits or ** \U followed by up to...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

https://docs.julialang.org/en/stable/manual/strings/

  • Input of Unicode character in single quotes
    • \u followed by up to four hexadecimal digits or
    • \U followed by up to eight hexadecimal digits