This commit is contained in:
Kartik K. Agaram 2021-04-15 17:41:55 -07:00
parent 60ef3caa4d
commit fced134f8f
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ fn initialize-globals _self: (addr global-table) {
append-primitive self, "cons"
# for screens
append-primitive self, "print"
append-primitive self, "pixel"
append-primitive self, "up"
append-primitive self, "down"
append-primitive self, "left"