This website requires JavaScript.
Explore
Help
Sign In
waalge
/
aiken
Watch
1
Star
0
Fork
You've already forked aiken
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d59305a1b0
aiken
/
examples
/
acceptance_tests
/
043
/
lib
/
tests.ak
8 lines
80 B
Plaintext
Raw
Blame
History
fn substract(x, y) {
x - y
}
test flip_1() {
flip(substract)(3, 2) == -1
}
Reference in New Issue
View Git Blame
Copy Permalink