diff options
author | ubq323 <ubq323@ubq323.website> | 2025-05-30 16:41:55 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2025-05-30 16:41:55 +0100 |
commit | 3212d37f8e7c2b2aba706ab5e5064fae84526956 (patch) | |
tree | 2c3f7430798a0d51421e77529025dc41d7f93e12 /pos.lua | |
parent | 23062e3fddcbc73ac51faaaaf46627477e413f6e (diff) |
add qw.lua
Diffstat (limited to 'pos.lua')
-rw-r--r-- | pos.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |