Skip to content
/ Null Public

A very simple class that, effectively, implements a Null type into AHKv2. Includes a bonus IsNull boolean function.

Notifications You must be signed in to change notification settings

Qriist/Null

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A very simple class that, effectively, implements a Null type into AHKv2. Includes a bonus IsNull boolean function.

Resources

Stars

Watchers

Forks

Packages

No packages published