[38;2;80;250;123mjulia> [0m[38;2;248;248;242mx[0m [38;2;248;248;242m=[0m [38;2;228;243;74m1[0m [38;2;248;248;242m+[0m [38;2;228;243;74m2[0m
[38;2;248;248;242m3

[0m[38;2;80;250;123mjulia> [0m[38;2;230;71;71mfunction[0m [38;2;155;107;223mgreet[0m[38;2;248;248;242m([0m[38;2;248;248;242mname[0m[38;2;248;248;242m)[0m
           [38;2;155;107;223mprintln[0m[38;2;248;248;242m([0m[38;2;66;230;108m"Hello, [0m[38;2;248;248;242m$[0m[38;2;248;248;242mname![0m[38;2;66;230;108m"[0m[38;2;248;248;242m)[0m
       [38;2;230;71;71mend[0m
[38;2;248;248;242mgreet (generic function with 1 method)

[0m[38;2;80;250;123mjulia> [0m[38;2;155;107;223mgreet[0m[38;2;248;248;242m([0m[38;2;66;230;108m"World"[0m[38;2;248;248;242m)[0m
[38;2;248;248;242mHello, World!

[0m[38;2;241;250;140mhelp?> [0m[38;2;248;248;242msin[0m
[38;2;248;248;242msearch: sin sinc sind sinh sign asin sqrt using asinh asind isnan isinf

  sin(x)

  Compute sine of x, where x is in radians.

[0m[38;2;255;85;85mshell> [0m[38;2;155;107;223mls[0m [38;2;228;243;74m-la[0m
[38;2;248;248;242mtotal 8
drwxr-xr-x  3 user  staff   96 Jan 12 10:00 .
drwxr-xr-x  5 user  staff  160 Jan 12 10:00 ..
-rw-r--r--  1 user  staff  256 Jan 12 10:00 file.txt

[0m[38;2;189;147;249mpkg> [0m[38;2;248;248;242mstatus
[0m[38;2;248;248;242mStatus `~/Project.toml`
  [7876af07] Highlights v0.1.0 `..`

[0m[38;2;80;250;123mjulia> [0m[38;2;248;248;242ms[0m [38;2;248;248;242m=[0m [38;2;66;230;108m"""
[38;2;66;230;108m       line1
[38;2;66;230;108m       line2
[38;2;66;230;108m       """[0m
[38;2;248;248;242m"line1\nline2\n"
[0m