diff --git a/std/std.global.pdl b/std/std.global.pdl new file mode 100644 index 0000000000000000000000000000000000000000..f1cc7bfa898a5991b090afa445c9fb348ce9ebe5 --- /dev/null +++ b/std/std.global.pdl @@ -0,0 +1,9 @@ +#module std.global + +func get(in) -> T #builtin +func put(out, T value) -> #type_void #builtin +func fires(#type_portlike) -> bool #builtin +func create(#type_integerlike length) -> T[] #builtin +func length(#type_arraylike array) -> u32 #builtin +func assert(bool condition) -> #type_void #builtin +func print(string message) -> #type_void #builtin \ No newline at end of file