Doc for Byte type.

This commit is contained in:
Erik Svedäng 2020-04-06 08:36:35 +02:00
parent a6000ea3b0
commit 3e3652ab71

View File

@ -23,6 +23,7 @@ To learn more about the details of memory management, check out [Memory.md](http
1500l ;; Long
3.14f ;; Float
10.0 ;; Double
1b ;; Byte
true ;; Bool
"hello" ;; &String
#"hello" ;; &Pattern