add: work

This commit is contained in:
2023-07-24 10:15:29 +02:00
parent 85ab7c292a
commit 731da51b61
5 changed files with 101 additions and 31 deletions

4
src/commands/print.🗿 Normal file
View File

@ -0,0 +1,4 @@
cmd_print(text)
{
putstr([[text + LOCATION_ARRAY] + [text + LOCATION_CURRENT_LINE]]);
}