python-plus-plus/ppp/ppp_stdlib.ppp

7 lines
148 B
Plaintext
Raw Normal View History

import "ppp_object.ppp";
import "ppp_types.ppp";
variables: dict[str, Object] = {
"str": Object.Type(Type.Str),
"bool": Object.Type(Type.Bool)
};