This website requires JavaScript.
Explore
Help
Sign In
oyvindskaaden
/
TDT4205
Watch
1
Star
0
Fork
You've already forked TDT4205
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
2c8c1cbe6a
TDT4205
/
exercises
/
05
/
vslc
/
vsl_programs
/
ps2-parser
/
function_call.vsl
10 lines
111 B
Plaintext
Raw
Blame
History
func add(a, b) begin
a := -a
return a + b
end
func main()
begin
print add(40, 2)
return 0
end
Reference in New Issue
View Git Blame
Copy Permalink