Too many changes and fixes to mention them all here
This commit is contained in:
@@ -10,6 +10,7 @@ OP_STRING 0 0
|
||||
OP_NAME 0 0
|
||||
OP_AT 0 0
|
||||
OP_IN 1 0
|
||||
OP_HELP 0 do_help
|
||||
OP_STOP 2 do_stop
|
||||
OP_WHEN 3 do_stop
|
||||
OP_CONT 2 do_continue
|
||||
@@ -17,8 +18,8 @@ OP_STEP 0 do_step
|
||||
OP_NEXT 0 do_next
|
||||
OP_REGS 0 do_regs
|
||||
OP_WHERE 0 do_where
|
||||
OP_STATUS 0 do_status
|
||||
OP_DELETE 0 do_delete
|
||||
OP_STATUS 0 print_items
|
||||
OP_DELETE 1 do_delete
|
||||
OP_SELECT 2 0
|
||||
OP_SET 2 do_set
|
||||
OP_PRINT 1 do_print
|
||||
@@ -30,3 +31,6 @@ OP_DISPLAY 1 add_to_item_list
|
||||
OP_WHICH 1 do_which
|
||||
OP_UNOP 1 0
|
||||
OP_BINOP 2 0
|
||||
OP_FORMAT 2 0
|
||||
OP_DISABLE 1 do_disable
|
||||
OP_ENABLE 1 do_enable
|
||||
|
||||
Reference in New Issue
Block a user