B44ken/conv

functions!

Opened this issue · 0 comments

option a: functions are called with angle brackets f<x y> or even <f: x y> to differentiate them from pemdas
option b (better): normal brackets f(x y) where f would be labelled a function somehow
declaration could be finished after running - write builtins like sin()
add another execution step?

f(x) = 2*x, f(4)