germax26
66cd54e532
I plan to make a few changes to my language, and I will then update these files later. I am moving them because I don't want them polluting the main directory. I probably should have done this to begin with, but better late than never.
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
import "ppp_object.ppp";
|
|
import "ppp_types.ppp";
|
|
|
|
variables: dict[str, Object] = {
|
|
"str": Object.Type(Type.Str),
|
|
"bool": Object.Type(Type.Bool)
|
|
}; |