-
Notifications
You must be signed in to change notification settings - Fork 24
B: Data
Kayla-Kwock edited this page Feb 14, 2018
·
6 revisions
shaka::Data
is the core primitive type to represent a Scheme variable data type. In essence, it is a tagged union (or a variable that may hold other classes, whose class type is stored in a tag). Therefore, it is possible to use the tag to determine what data type is currently "living" in a shaka::Data
object.
Hello this is me testing block quote.