Datatype byte and print function

This commit is contained in:
vegowotenks 2024-10-10 16:36:02 +02:00
parent 3f05fa5141
commit 4fae5d63a6
6 changed files with 42 additions and 15 deletions

View file

@ -28,6 +28,7 @@ int BuiltinFunction_Minus(CallFrame* top_frame);
int BuiltinFunction_Plus(CallFrame* top_frame);
int BuiltinFunction_Multiply(CallFrame* top_frame);
int BuiltinFunction_Equality(CallFrame* top_frame);
int BuiltinFunction_Print(CallFrame* top_frame);
int BuiltinFunction_PrintLine(CallFrame* top_frame);
int BuiltinFunction_Duplicate(CallFrame* top_frame);