Update README.md

master
xerox 5 years ago
parent 12aa57a4b0
commit 86bead46c8

@ -19,9 +19,8 @@ V0.8
* Prep for TCP/IP implementation * Prep for TCP/IP implementation
* Prep for VOID data type * Prep for VOID data type
# Making a program. # Hello World.
Everything in this language is based around "Structs". These are not the regular structs that are in C.
To make a hello world program it would look like this:
``` ```
def Main : { def Main : {
@ -32,7 +31,7 @@ call Main;
``` ```
Requirements to making a program: Requirements to making a program:
1.) a struct. 1.) a struct/function.
2.) a call statement. 2.) a call statement.

Loading…
Cancel
Save