Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit da7294c

Browse files
Update DOCUMENTATION.md
1 parent a2a893c commit da7294c

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

DOCUMENTATION.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ In HTH, variables are declared and assigned using the Allman style, and variable
4848
myNumber := 42
4949
myString := "Hello, World!"
5050
isFlagSet := true
51+
52+
num := 5
53+
var%num% := "hello"
54+
MsgBox, % var5
5155
```
5256

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

26432647
[Go back](#features)
26442648

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

26472651
#### Syntax:
26482652

0 commit comments

Comments
 (0)