From 3212d37f8e7c2b2aba706ab5e5064fae84526956 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Fri, 30 May 2025 16:41:55 +0100 Subject: add qw.lua --- pos.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'pos.lua') diff --git a/pos.lua b/pos.lua index 149783e..a3343ee 100644 --- a/pos.lua +++ b/pos.lua @@ -26,6 +26,7 @@ function Pos.__mul(a,b) else error("can only multiply Pos by scalar") end + end function Pos.__div(a,b) assert(type(b) == "number","can only divide Pos by scalar") -- cgit v1.2.3