Skip to content

Commit c6c4be5

Browse files
committed
Update Functions.md
1 parent b4de177 commit c6c4be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Cool enough, custom functions are possible in this language. You can even return things. Nice, right?
44

5-
## Defining a function (X)
5+
## Defining a function
66

77
You can define a function using
88

@@ -18,7 +18,7 @@ Simple enough, right? After a function has been defined, you can reuse these any
1818
myFunction 1,2; //Variables, strings, and integers supported as arguments
1919
````
2020

21-
## Returning a value (X)
21+
## Returning a value
2222

2323
You can return value using this.
2424

0 commit comments

Comments
 (0)