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
72b7fcf0ff
bfbcompiler
/
doc
/
examples
/
use-case-2.txt
6 lines
130 B
Plaintext
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