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
d95aaade84
bfbcompiler
/
doc
/
examples
/
correct
/
use-case-02.b
6 lines
129 B
Brainfuck
Raw
Blame
History
function g = { x
-
2: x
<
3
,
x^3: x
>
= 5
,
x: x
>
7
};
print(evaluate g in
[
3
,
5
,
7
]
);
Reference in New Issue
View Git Blame
Copy Permalink