commands now takes arguments and line start at 1

This commit is contained in:
2023-07-25 11:03:25 +02:00
parent 731da51b61
commit 7c73c27e75
3 changed files with 6 additions and 7 deletions

View File

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