Advertisement
Guest User

improved code

a guest
Dec 7th, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. import core.algo // core.algo should exist otherwise your computer's messed up O_O
  2.  
  3. // we're using bytes here but that's ok
  4. // i just realized that we dont need to use the braces for a code block
  5. // and we can literally define it here
  6.  
  7. core.algo.byte add(core.algo.byte x, core.algo.byte) = core.algo.add(x, y)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement