Skip to content

Commit

Permalink
functions.go
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheraSasi committed Nov 28, 2024
1 parent df86e6b commit cf215ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vintLang/functions.vint
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
let go = func(){
print("this is a functions")
}()

let vint = func(){
print("This is also a function\nBut not invoked imediately afte being declared")
}

vint()

0 comments on commit cf215ab

Please sign in to comment.