SamiKalliomaki / eppabasic

A new web based basic language inspired by CoolBasic.
Other
11 stars 3 forks source link

function references #19

Open fergusq opened 9 years ago

fergusq commented 9 years ago

Function values, so that i can put a function to a variable or give it as an argument to another function.

Example: Function f(x as Number) as Number....End Function Function drawFunction(fun as Number(Number))....End Function

drawFunction f

henkkuli commented 9 years ago

This feature is planned for the next version of the compiler.