Fundament-Software / scopes

Fundament fork of the Scopes language
Other
3 stars 1 forks source link

Putting raw function types in globals is illegal #19

Open ErikMcClure opened 1 year ago

ErikMcClure commented 1 year ago

Globals must store functions as function pointers, not raw functions, which are not addressable.