Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 375 Bytes

File metadata and controls

8 lines (5 loc) · 375 Bytes

Null

A very simple class that, effectively, implements a Null type into AHKv2.

To create a Null typed value, simply assign it with foo := Null().

From there it's treated as a "real" value of type Null that won't disappear from arrays and other places that might need placeholders, as is the case with unset variables.

Includes a bonus IsNull() boolean function.