Update README.md

master
xerox 5 years ago
parent ab0610854a
commit bd1b445905

@ -5,7 +5,7 @@ My computer programming language made with LEX/YACC written in C. (interpreted)
Supported operating systems and downloads: Supported operating systems and downloads:
* [Win-32 Download]() * [Win-32 Download]()
* [Win-64 Download]() * [Win-64 Download](https://git.hacks.ltd/xerox/deon/-/tags/win-64)
* [Linux-32 Download]() * [Linux-32 Download]()
* [Linux-64 Download]() * [Linux-64 Download]()
@ -127,7 +127,7 @@ def my_function:
some_function = { some_function = {
print["hello world"]; print["hello world"];
}; };
call some_function; call some_function;
}; };
call my_function; call my_function;
``` ```

Loading…
Cancel
Save