Initial commit
This commit is contained in:
commit
541140687f
25 changed files with 4776 additions and 0 deletions
13
examples/hello.ang
Normal file
13
examples/hello.ang
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
write("Hello world!")
|
||||
|
||||
a := 1 + 2
|
||||
|
||||
write(a)
|
||||
|
||||
|
||||
if a > 2 {
|
||||
write("Hooray!! a is greater than 2!!!!")
|
||||
} else {
|
||||
write("oh nooo!!! a is less than or equal to 2!!!!!!!!!!")
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue