- [NEW] sys.debug() returns true if we are on a debug version of mini. false otherwise.

This commit is contained in:
2026-03-04 10:12:53 +01:00
parent 681cbc2207
commit f12e46db1b
2 changed files with 14 additions and 0 deletions

View File

@@ -482,6 +482,10 @@ function sys.clipboard() end
---Sets the content of the clipboard
function sys.clipboard(value) end
---@return boolean
---Returns true if running on debug version of mini. False otherwise.
function sys.debug() end
---@class win
win = {}