Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMaster1127 authored Jul 6, 2024
1 parent a2a893c commit da7294c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ In HTH, variables are declared and assigned using the Allman style, and variable
myNumber := 42
myString := "Hello, World!"
isFlagSet := true
num := 5
var%num% := "hello"
MsgBox, % var5
```

HTH supports various data types, including numeric, string, and boolean types.
Expand Down Expand Up @@ -2642,7 +2646,7 @@ Comments in HeavenToHell (HTH) are invaluable tools for improving code comprehen

[Go back](#features)

The `Sort` command in AutoHotkey arranges the contents of a variable in alphabetical, numerical, or random order, and optionally removes duplicates.
The `Sort` command in HTH arranges the contents of a variable in alphabetical, numerical, or random order, and optionally removes duplicates.

#### Syntax:

Expand Down

0 comments on commit da7294c

Please sign in to comment.