This website requires JavaScript.
Explore
Help
Register
Sign In
slococo-uni
/
bfbcompiler
Watch
1
Star
0
Fork
You've already forked bfbcompiler
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d18e3f4a81
bfbcompiler
/
doc
/
examples
/
correct
/
use-case-06.b
8 lines
129 B
Brainfuck
Raw
Blame
History
fun f = { x: x
<
3
,
x^2: 3
<
x
<
4
};
fun g = { x^2: 6
<
x
<
7
,
x^7: x
>
8
};
fun h = f o g;
Reference in New Issue
View Git Blame
Copy Permalink