Commit Graph

2 Commits

Author SHA1 Message Date
r4 dd918e6208 set() function + userdata storage + Expr instance access for functions
- functions can take string arguments (i.e. variable names that may be
  undefined)

- set(<varname>, <value>) sets a variable to a user-defined value

- any userdata can be stored via expr_set_userdata() and retrieved via
  expr_get_userdata(); also accessible to functions

- functions gain access to the expr instance and consequently all
  of its variables including userdata
2022-09-12 20:16:53 +02:00
r4 824153a9df init 2022-08-22 23:43:21 -04:00